Skip to content

Commit b024be9

Browse files
committed
typo
1 parent 991e2af commit b024be9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ set(CMAKE_CXX_STANDARD 11)
5555
set(CMAKE_CXX_FLAGS_RELEASE "-O3 ")
5656

5757
# Python3 needed
58-
59-
find_package(Python3${PYTHON_VERSION} REQUIRED COMPONENTS Interpreter Development)
58+
# find_package(PythonInterp)
59+
find_package(Python3 REQUIRED COMPONENTS Interpreter Development)
6060

6161
include_directories(
6262
${Python3_INCLUDE_DIRS}

0 commit comments

Comments
 (0)