From d935dac0a3ed2168031e2b81fc6e6b940b8d7135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Klinkovsk=C3=BD?= <klinkjak@fjfi.cvut.cz> Date: Sat, 17 Nov 2018 16:59:52 +0100 Subject: [PATCH] Revert "Fixed cmake RUNPATH error." The RUNPATH is not set properly, it breaks all tests on jlk.fjfi.cvut.cz This reverts commit de3a44b7e713b2ce18a38734b87abefd897b5c8c. --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e7517f9b93..8784170f8a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,10 +63,6 @@ else() set( EXECUTABLE_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/Release/bin ) endif() -# This is to avoid error "file RPATH_CHANGE could not write new RPATH" when -# LIBRARY_OUTPUT_PATH is different from RUNPATH -set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE) - # check if the compiler is good enough if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU") # GCC 5.0 is the first release with full C++11 support (due to libstdc++) -- GitLab