mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
11 lines
391 B
Text
11 lines
391 B
Text
--- CMakeLists.txt.orig 2024-03-29 06:17:35 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -6,7 +6,7 @@ include(f3dPython)
|
|
include(GNUInstallDirs)
|
|
include(f3dPython)
|
|
|
|
-find_package(Python 3.8 COMPONENTS Interpreter Development)
|
|
+find_package(Python ${FREEBSD_PYTHON_VER} EXACT COMPONENTS Interpreter Development)
|
|
find_package(pybind11 2.2 REQUIRED)
|
|
|
|
pybind11_add_module(pyf3d MODULE F3DPythonBindings.cxx)
|