diff --git a/CMakeLists.txt b/CMakeLists.txt index 5795a97..5f6803c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -167,7 +167,7 @@ elseif( MANUAL_PYTHON_PATH ) set ( Python3_ROOT_DIR "${MANUAL_PYTHON_PATH}" ) endif() -find_package (Python3 3.9 COMPONENTS Interpreter Development REQUIRED) +find_package (Python3 COMPONENTS Interpreter Development REQUIRED) message("Python3 Libs: ${Python3_LIBRARIES}") #