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 991e2af commit b024be9Copy full SHA for b024be9
CMakeLists.txt
@@ -55,8 +55,8 @@ set(CMAKE_CXX_STANDARD 11)
55
set(CMAKE_CXX_FLAGS_RELEASE "-O3 ")
56
57
# Python3 needed
58
-
59
-find_package(Python3${PYTHON_VERSION} REQUIRED COMPONENTS Interpreter Development)
+# find_package(PythonInterp)
+find_package(Python3 REQUIRED COMPONENTS Interpreter Development)
60
61
include_directories(
62
${Python3_INCLUDE_DIRS}
0 commit comments