fix cmake warnings

This commit is contained in:
Sebastian Krzyszkowiak 2012-09-20 02:03:56 +02:00
parent 2a2f22750c
commit 3b75879a1d
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ IF(${PACKAGE_BUILD})
INSTALL(FILES ${files} DESTINATION ${LIB_INSTALL_DIR}/superderpy)
ENDIF(UNIX)
ENDIF(${BUILD_PACKAGE})
ENDIF(${PACKAGE_BUILD})
# TODO: handle libraries in Mac OS X version if needed
# TODO: handle other architectures

View file

@ -37,7 +37,7 @@ endif(MINGW)
IF(${PACKAGE_BUILD})
SET(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
SET(CMAKE_INSTALL_RPATH "\$ORIGIN/../lib/superderpy:\$ORIGIN")
ENDIF(${BUILD_PACKAGE})
ENDIF(${PACKAGE_BUILD})
add_executable(superderpy ${SRC_LIST})