2021-08-23 11:06:48 +00:00
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
2022-06-27 09:44:47 +00:00
|
|
|
index 5795a97..5f6803c 100644
|
2021-08-23 11:06:48 +00:00
|
|
|
--- a/CMakeLists.txt
|
|
|
|
+++ b/CMakeLists.txt
|
2022-06-27 09:44:47 +00:00
|
|
|
@@ -167,7 +167,7 @@ elseif( MANUAL_PYTHON_PATH )
|
2021-06-07 11:54:37 +00:00
|
|
|
set ( Python3_ROOT_DIR "${MANUAL_PYTHON_PATH}" )
|
|
|
|
endif()
|
|
|
|
|
2022-06-27 09:44:47 +00:00
|
|
|
-find_package (Python3 3.9 COMPONENTS Interpreter Development REQUIRED)
|
2021-06-07 11:54:37 +00:00
|
|
|
+find_package (Python3 COMPONENTS Interpreter Development REQUIRED)
|
|
|
|
message("Python3 Libs: ${Python3_LIBRARIES}")
|
|
|
|
|
|
|
|
#
|