- 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:
Rachael Alexanderson 2022-03-12 00:54:18 -05:00
parent 8002e9de29
commit 3fda2b032c

View file

@ -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