We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37dd16a commit 7a7c6c1Copy full SHA for 7a7c6c1
CMakeLists.txt
@@ -17,7 +17,7 @@ else()
17
endif()
18
19
# Find Python, pybind11, and TBB
20
-find_package(Python 3.12 REQUIRED COMPONENTS Interpreter Development.Module)
+find_package(Python REQUIRED COMPONENTS Interpreter Development.Module)
21
find_package(pybind11 CONFIG REQUIRED)
22
23
include_directories(${CMAKE_CURRENT_LIST_DIR}/src)
0 commit comments