Fix various indentation issues (tabs->spaces)

This commit is contained in:
luzpaz
2023-01-23 15:43:09 +00:00
committed by Uwe
parent 836835074e
commit 23af228b87
22 changed files with 633 additions and 633 deletions

View File

@@ -57,7 +57,7 @@ if(BUILD_GUI)
)
elseif(APPLE AND NOT BUILD_WITH_CONDA)
INSTALL(TARGETS FreeCADMain
RUNTIME DESTINATION MacOS
RUNTIME DESTINATION MacOS
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
)
else()