summaryrefslogtreecommitdiff
path: root/math/py-heyoka/files/patch-CMakeLists.txt
blob: 50838865725dc826e599afcc018bdeb4c6b782c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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")