forked from pool/hobbits
f118cca894
- Update to version 0.54.1 * add versionless Qt build compatibility. OBS-URL: https://build.opensuse.org/request/show/1170913 OBS-URL: https://build.opensuse.org/package/show/editors/hobbits?expand=0&rev=10
14 lines
420 B
Diff
14 lines
420 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 169621b..cfe16c8 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -165,7 +165,7 @@ elseif( MANUAL_PYTHON_PATH )
|
|
set ( Python3_ROOT_DIR "${MANUAL_PYTHON_PATH}" )
|
|
endif()
|
|
|
|
-find_package (Python3 3.8 COMPONENTS Interpreter Development REQUIRED)
|
|
+find_package (Python3 COMPONENTS Interpreter Development REQUIRED)
|
|
message("Python3 Libs: ${Python3_LIBRARIES}")
|
|
|
|
#
|