Skip to content

Commit 6ba2040

Browse files
committed
cMake: Correct formatting to match existing
1 parent 98f1f08 commit 6ba2040

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cMake/FreeCadMacros.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ ENDMACRO(SET_PYTHON_PREFIX_SUFFIX)
284284
# Locate the include directory for a pip-installed package -- uses pip show to find the base pip
285285
# install directory, and then appends the package name and "/include" to the end
286286
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)
287+
unset(${PACKAGE}_FOUND) # Remove from local scope
288+
unset(${PACKAGE}_FOUND CACHE) # Remove from CMake cache (if it exists)
289289
execute_process(
290290
COMMAND ${Python3_EXECUTABLE} -m pip show ${PACKAGE}
291291
RESULT_VARIABLE FAILURE

0 commit comments

Comments
 (0)