+ fix cmake issue caused by patch

This commit is contained in:
wmayer 2015-09-11 14:47:47 +02:00
parent ec898944af
commit 99348d3a5b

View File

@ -242,8 +242,8 @@ MACRO(SET_BIN_DIR ProjectName OutputName)
set_target_properties(${ProjectName} PROPERTIES INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}${ARGV3})
else(${ARGC} STREQUAL 4)
set_target_properties(${ProjectName} PROPERTIES INSTALL_RPATH ${CMAKE_INSTALL_LIBDIR})
endif(${ARGC} STREQUAL 4)
endif(NOT ${ProjectName} MATCHES "^(FreeCADBase|SMDS|Driver|MEFISTO2)$")
endif()
endif()
endif(WIN32)
ENDMACRO(SET_BIN_DIR)