2021-08-23 11:06:48 +00:00
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
2024-04-30 19:42:56 +00:00
|
|
|
index 169621b..cfe16c8 100644
|
2021-08-23 11:06:48 +00:00
|
|
|
--- a/CMakeLists.txt
|
|
|
|
+++ b/CMakeLists.txt
|
2024-04-30 19:42:56 +00:00
|
|
|
@@ -165,7 +165,7 @@ elseif( MANUAL_PYTHON_PATH )
|
2021-06-07 11:54:37 +00:00
|
|
|
set ( Python3_ROOT_DIR "${MANUAL_PYTHON_PATH}" )
|
|
|
|
endif()
|
|
|
|
|
2024-04-30 19:42:56 +00:00
|
|
|
-find_package (Python3 3.8 COMPONENTS Interpreter Development REQUIRED)
|
2021-06-07 11:54:37 +00:00
|
|
|
+find_package (Python3 COMPONENTS Interpreter Development REQUIRED)
|
|
|
|
message("Python3 Libs: ${Python3_LIBRARIES}")
|
|
|
|
|
|
|
|
#
|