mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 14:10:30 -04:00
11 lines
546 B
Text
11 lines
546 B
Text
--- CMakeLists.txt.orig 2021-08-03 13:38:33 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -123,7 +123,7 @@ if(${heyoka_VERSION} VERSION_LESS ${_HEYOKA_PY_MIN_HEY
|
|
endif()
|
|
|
|
# Python.
|
|
-find_package(Python3 REQUIRED COMPONENTS Interpreter Development)
|
|
+find_package(Python3 ${FREEBSD_PYTHON_DISTVERSION} REQUIRED EXACT COMPONENTS Interpreter Development)
|
|
message(STATUS "Python3 interpreter: ${Python3_EXECUTABLE}")
|
|
message(STATUS "Python3 installation directory: ${Python3_SITEARCH}")
|
|
set(HEYOKA_PY_INSTALL_PATH "" CACHE STRING "heyoka module installation path")
|