CMake: [skip ci] remove trailing whitespaces
This commit is contained in:
@@ -233,7 +233,6 @@ QString UnitsSchemaInternal::schemaTranslate(const Quantity &quant, double &fact
|
||||
else {
|
||||
unitString = QString::fromLatin1("MN/m");
|
||||
factor = 1e6;
|
||||
|
||||
}
|
||||
}
|
||||
else if (unit == Unit::Force) {
|
||||
|
||||
@@ -185,7 +185,6 @@ QString UnitsSchemaMKS::schemaTranslate(const Quantity &quant, double &factor, Q
|
||||
else {
|
||||
unitString = QString::fromLatin1("MN/m");
|
||||
factor = 1e6;
|
||||
|
||||
}
|
||||
}
|
||||
else if (unit == Unit::ThermalConductivity) {
|
||||
|
||||
@@ -81,7 +81,7 @@ ADD_CUSTOM_TARGET(ImportPy ALL
|
||||
SOURCES ${SCL_Resources}
|
||||
)
|
||||
|
||||
fc_target_copy_resource(ImportPy
|
||||
fc_target_copy_resource(ImportPy
|
||||
${CMAKE_SOURCE_DIR}/src/Mod/Import/App
|
||||
${CMAKE_BINARY_DIR}/Mod/Import
|
||||
${SCL_Resources})
|
||||
|
||||
@@ -24,14 +24,14 @@ include_directories(
|
||||
|
||||
link_directories(${OCC_LIBRARY_DIR})
|
||||
|
||||
set(Part_LIBS
|
||||
set(Part_LIBS
|
||||
${OCC_LIBRARIES}
|
||||
${OCC_DEBUG_LIBRARIES}
|
||||
FreeCADApp
|
||||
)
|
||||
|
||||
if(FREETYPE_FOUND)
|
||||
set(Part_LIBS
|
||||
set(Part_LIBS
|
||||
${Part_LIBS}
|
||||
${FREETYPE_LIBRARIES}
|
||||
)
|
||||
|
||||
@@ -35,7 +35,7 @@ SET(Python_SRCS
|
||||
Robot6AxisPy.xml
|
||||
Robot6AxisPyImp.cpp
|
||||
TrajectoryPy.xml
|
||||
TrajectoryPyImp.cpp
|
||||
TrajectoryPyImp.cpp
|
||||
RobotObjectPy.xml
|
||||
RobotObjectPyImp.cpp
|
||||
WaypointPy.xml
|
||||
|
||||
@@ -263,7 +263,7 @@ ADD_CUSTOM_COMMAND(TARGET TechDraw
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_directory
|
||||
${CMAKE_SOURCE_DIR}/src/Mod/TechDraw/Patterns
|
||||
${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_DATADIR}/Mod/TechDraw/Patterns
|
||||
)
|
||||
)
|
||||
|
||||
ADD_CUSTOM_COMMAND(TARGET TechDraw
|
||||
POST_BUILD
|
||||
@@ -277,7 +277,7 @@ ADD_CUSTOM_COMMAND(TARGET TechDraw
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_directory
|
||||
${CMAKE_SOURCE_DIR}/src/Mod/TechDraw/Symbols
|
||||
${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_DATADIR}/Mod/TechDraw/Symbols
|
||||
)
|
||||
)
|
||||
|
||||
SET_BIN_DIR(TechDraw TechDraw /Mod/TechDraw)
|
||||
SET_PYTHON_PREFIX_SUFFIX(TechDraw)
|
||||
|
||||
@@ -95,7 +95,7 @@ else()
|
||||
qt4_wrap_ui(TechDrawGui_UIC_HDRS ${TechDrawGui_UIC_SRCS})
|
||||
endif()
|
||||
|
||||
SET(MRTE_SRCS
|
||||
SET(MRTE_SRCS
|
||||
mrichtextedit.ui
|
||||
mrichtextedit.cpp
|
||||
mrichtextedit.h
|
||||
@@ -390,7 +390,7 @@ SET(TechDrawGuiViewProvider_SRCS
|
||||
ViewProviderWeld.cpp
|
||||
ViewProviderWeld.h
|
||||
ViewProviderCosmeticExtension.cpp
|
||||
ViewProviderCosmeticExtension.h
|
||||
ViewProviderCosmeticExtension.h
|
||||
)
|
||||
|
||||
SET(TechDrawGuiTaskDlgs_SRCS
|
||||
|
||||
Reference in New Issue
Block a user