12 lines
398 B
Diff
12 lines
398 B
Diff
|
--- a/CMakeLists.txt 2021-10-07 11:31:22.000000000 -0400
|
||
|
+++ b/CMakeLists.txt 2021-10-25 21:16:59.429406408 -0400
|
||
|
@@ -124,7 +124,7 @@
|
||
|
set ( Python3_ROOT_DIR "${MANUAL_PYTHON_PATH}" )
|
||
|
endif()
|
||
|
|
||
|
-find_package (Python3 3.9 EXACT COMPONENTS Interpreter Development REQUIRED)
|
||
|
+find_package (Python3 3.9 COMPONENTS Interpreter Development REQUIRED)
|
||
|
message("Python3 Libs: ${Python3_LIBRARIES}")
|
||
|
|
||
|
#
|