diff --git a/CMakeLists.txt b/CMakeLists.txt index 828b4d2..0460127 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,9 +11,6 @@ set(bmigipl_lib bmigiplf) set(data_dir ${CMAKE_SOURCE_DIR}/data) set(CMAKE_Fortran_MODULE_DIRECTORY ${CMAKE_BINARY_DIR}/mod) -set(CMAKE_MACOSX_RPATH 1) -set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib") - add_subdirectory(GIPL) add_subdirectory(GIPL/tests) add_subdirectory(GIPL/examples) diff --git a/README.md b/README.md index 9f75802..4f5dc91 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,6 @@ > `mkdir _build && cd _build` > `cmake .. -DCMAKE_INSTALL_PREFIX=[install_path]` > `make install` -> `source ../scripts/update_rpaths.sh` > `ctest` >