From e157e7a7a84d9d840c590df355d2681d0936971e Mon Sep 17 00:00:00 2001 From: Stefan Schindler Date: Wed, 27 Aug 2014 08:11:07 +0200 Subject: [PATCH] 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. --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 39498fc5..90ea519b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 :