mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2024-12-13 04:27:59 +01:00
fix cmake warnings
This commit is contained in:
parent
2a2f22750c
commit
3b75879a1d
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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})
|
||||
|
||||
|
|
Loading…
Reference in a new issue