mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 00:42:08 +00:00
- copy-paste is simultaneously the most useful feature in the world, and a programmer's greatest curse. use with care.
This commit is contained in:
parent
8002e9de29
commit
3fda2b032c
1 changed files with 1 additions and 1 deletions
|
@ -1476,7 +1476,7 @@ if( NOT WIN32 AND NOT APPLE )
|
|||
COMMAND chmod +x ${CMAKE_CURRENT_BINARY_DIR}/link-make
|
||||
COMMAND /bin/sh -c ${CMAKE_CURRENT_BINARY_DIR}/link-make )
|
||||
IF ("${INSTALL_RPATH}" STREQUAL "")
|
||||
set_target_properties(zdoom PROPERTIES
|
||||
set_target_properties(${PROJECT_NAME} PROPERTIES
|
||||
#allow libzmusic.so.1 library in same folder as executable at runtime
|
||||
INSTALL_RPATH "\$ORIGIN"
|
||||
BUILD_WITH_INSTALL_RPATH ON
|
||||
|
|
Loading…
Reference in a new issue