We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f1f08 commit 6ba2040Copy full SHA for 6ba2040
cMake/FreeCadMacros.cmake
@@ -284,8 +284,8 @@ ENDMACRO(SET_PYTHON_PREFIX_SUFFIX)
284
# Locate the include directory for a pip-installed package -- uses pip show to find the base pip
285
# install directory, and then appends the package name and "/include" to the end
286
macro(find_pip_package PACKAGE)
287
- unset(${PACKAGE}_FOUND) # Remove from local scope
288
- unset(${PACKAGE}_FOUND CACHE) # Remove from CMake cache (if it exists)
+ unset(${PACKAGE}_FOUND) # Remove from local scope
+ unset(${PACKAGE}_FOUND CACHE) # Remove from CMake cache (if it exists)
289
execute_process(
290
COMMAND ${Python3_EXECUTABLE} -m pip show ${PACKAGE}
291
RESULT_VARIABLE FAILURE
0 commit comments