mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Re-enabled RPATH feature.
RPATH is especially useful when running debug builds for testing on *nix operating systems, because the binaries (e.g. examples) include library runtime path information. This allows you to skip installing SFML to the system or adjusting PATH variables/ld config.
This commit is contained in:
parent
c37e442cee
commit
e157e7a7a8
@ -122,9 +122,6 @@ if(SFML_OS_WINDOWS)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# disable the rpath stuff
|
||||
set(CMAKE_SKIP_BUILD_RPATH TRUE)
|
||||
|
||||
# setup Mac OS X stuff
|
||||
if(SFML_OS_MACOSX)
|
||||
# SFML_BUILD_FRAMEWORKS needs two things :
|
||||
|
Loading…
Reference in New Issue
Block a user