We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
2 parents 2f9ccb5 + b3c6d38 commit aa5509bCopy full SHA for aa5509b
cmake/FindPythonLibrary.cmake
@@ -26,10 +26,10 @@
26
27
INCLUDE(CMakeFindFrameworks)
28
29
-if(EXISTS PYTHON_LIBRARY)
+if(EXISTS ${PYTHON_LIBRARY})
30
# Already in cache, be silent
31
set(PYTHONLIBRARY_FOUND TRUE)
32
-else(EXISTS PYTHON_LIBRARY)
+else(EXISTS ${PYTHON_LIBRARY})
33
34
set(_custom_python_fw FALSE)
35
if(APPLE AND PYTHON_CUSTOM_FRAMEWORK)
@@ -109,4 +109,4 @@ else(EXISTS PYTHON_LIBRARY)
109
endif(PYTHONLIBRARY_FIND_REQUIRED)
110
endif(PYTHONLIBRARY_FOUND)
111
112
-endif (EXISTS PYTHON_LIBRARY)
+endif (EXISTS ${PYTHON_LIBRARY})
0 commit comments