Skip to content

Commit

Permalink
Remove obsolete rpath fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Oct 4, 2024
1 parent a9ae120 commit a88bec5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
> `mkdir _build && cd _build`
> `cmake .. -DCMAKE_INSTALL_PREFIX=[install_path]`
> `make install`
> `source ../scripts/update_rpaths.sh`
> `ctest`
>
Expand Down

0 comments on commit a88bec5

Please sign in to comment.