2021-08-23 11:06:48 +00:00
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
|
|
index 66df12c..0cc0a1b 100644
|
|
|
|
--- a/CMakeLists.txt
|
|
|
|
+++ b/CMakeLists.txt
|
2021-06-07 11:54:37 +00:00
|
|
|
@@ -120,7 +120,7 @@ elseif( MANUAL_PYTHON_PATH )
|
|
|
|
set ( Python3_ROOT_DIR "${MANUAL_PYTHON_PATH}" )
|
|
|
|
endif()
|
|
|
|
|
|
|
|
-find_package (Python3 3.9 EXACT COMPONENTS Interpreter Development REQUIRED)
|
|
|
|
+find_package (Python3 COMPONENTS Interpreter Development REQUIRED)
|
|
|
|
message("Python3 Libs: ${Python3_LIBRARIES}")
|
|
|
|
|
|
|
|
#
|