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:
Stefan Schindler 2014-08-27 08:11:07 +02:00
parent c37e442cee
commit e157e7a7a8

View File

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