Skip to content
Snippets Groups Projects
Verified Commit b46ea394 authored by Lars Bilke's avatar Lars Bilke
Browse files

[cpm] Add macOS RPATH setting to XDMF lib.

parent cbbe25cf
No related branches found
No related tags found
No related merge requests found
...@@ -419,7 +419,7 @@ if(CMAKE_BUILD_TYPE STREQUAL "Release" AND OGS_BUILD_TESTING) ...@@ -419,7 +419,7 @@ if(CMAKE_BUILD_TYPE STREQUAL "Release" AND OGS_BUILD_TESTING)
VERSION 3.0.0 VERSION 3.0.0
GIT_REPOSITORY https://gitlab.opengeosys.org/ogs/xdmflib.git GIT_REPOSITORY https://gitlab.opengeosys.org/ogs/xdmflib.git
GIT_TAG 92a851f1acb87ad5367eb62f9b97785bedb700bb GIT_TAG 92a851f1acb87ad5367eb62f9b97785bedb700bb
OPTIONS "XDMF_LIBNAME OgsXdmf" OPTIONS "XDMF_LIBNAME OgsXdmf" "CMAKE_MACOSX_RPATH ON"
EXCLUDE_FROM_ALL YES EXCLUDE_FROM_ALL YES
) )
if(xdmf_ADDED) if(xdmf_ADDED)
......
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