Skip to content
Snippets Groups Projects
Commit d935dac0 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Revert "Fixed cmake RUNPATH error."

The RUNPATH is not set properly, it breaks all tests on jlk.fjfi.cvut.cz

This reverts commit de3a44b7.
parent 0563fecf
No related branches found
No related tags found
1 merge request!10Periodic BC in distributed grid
......@@ -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++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment