Skip to content

Commit 7a7c6c1

Browse files
committed
fix python version
1 parent 37dd16a commit 7a7c6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else()
1717
endif()
1818

1919
# Find Python, pybind11, and TBB
20-
find_package(Python 3.12 REQUIRED COMPONENTS Interpreter Development.Module)
20+
find_package(Python REQUIRED COMPONENTS Interpreter Development.Module)
2121
find_package(pybind11 CONFIG REQUIRED)
2222

2323
include_directories(${CMAKE_CURRENT_LIST_DIR}/src)

0 commit comments

Comments
 (0)