Skip to content

Commit

Permalink
- copy-paste is simultaneously the most useful feature in the world, …
Browse files Browse the repository at this point in the history
…and a programmer's greatest curse. use with care.
  • Loading branch information
madame-rachelle committed Mar 12, 2022
1 parent 8002e9d commit 3fda2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/CMakeLists.txt
Expand Up @@ -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
Expand Down

0 comments on commit 3fda2b0

Please sign in to comment.