forked from pool/hobbits
- Update to version 0.53.2 Bug Fixes * correctly display kaitai value instances for #145 * fix kaitai plugin byte and string array sizes. - Update to version 0.53.0 Features * add built-in batches. * add config setting for skipping delete confirmation. * replace FFTW with PFFFT and improve FFT UI and error reporting OBS-URL: https://build.opensuse.org/request/show/983603 OBS-URL: https://build.opensuse.org/package/show/editors/hobbits?expand=0&rev=8
14 lines
420 B
Diff
14 lines
420 B
Diff
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}")
|
|
|
|
#
|