Misc. typo and whitespace fixes

Found via `codespell`
This commit is contained in:
luz.paz
2019-05-29 14:40:01 -04:00
committed by abdullahtahiriyo
parent 4f7f8576a3
commit 2b02659010
9 changed files with 25 additions and 26 deletions

View File

@@ -43,7 +43,7 @@ if(BUILD_GUI)
target_link_libraries(FreeCADMain ${FreeCAD_LIBS})
if(NOT BUILD_DYNAMIC_LINK_PYTHON)
# executeables have to be linked against python libraries,
# executables have to be linked against python libraries,
# because extension modules are not.
target_link_libraries(FreeCADMain ${PYTHON_LIBRARIES})
endif(NOT BUILD_DYNAMIC_LINK_PYTHON)
@@ -61,7 +61,7 @@ if(BUILD_GUI)
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
)
else()
INSTALL(TARGETS FreeCADMain
INSTALL(TARGETS FreeCADMain
RUNTIME DESTINATION bin
)
endif()
@@ -89,12 +89,12 @@ else()
)
endif()
target_link_libraries(FreeCADMainCmd
target_link_libraries(FreeCADMainCmd
${FreeCADMainCmd_LIBS}
)
if(NOT BUILD_DYNAMIC_LINK_PYTHON)
# executeables have to be linked against python libraries,
# executables have to be linked against python libraries,
# because extension modules are not.
target_link_libraries(FreeCADMainCmd ${PYTHON_LIBRARIES})
endif(NOT BUILD_DYNAMIC_LINK_PYTHON)
@@ -112,7 +112,7 @@ elseif(APPLE AND NOT BUILD_WITH_CONDA)
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
)
else()
INSTALL(TARGETS FreeCADMainCmd
INSTALL(TARGETS FreeCADMainCmd
RUNTIME DESTINATION bin
)
endif()
@@ -160,7 +160,7 @@ if(BUILD_GUI)
set_target_properties(FreeCADGuiPy PROPERTIES PDB_NAME_DEBUG "FreeCADGuiPy_d")
set_target_properties(FreeCADGuiPy PROPERTIES PDB_NAME_RELEASE "FreeCADGuiPy")
endif(WIN32)
if(WIN32)
INSTALL(TARGETS FreeCADGuiPy
RUNTIME DESTINATION bin