Skip to content

Commit

Permalink
Merge pull request #919 from arcaneframework/dev/gg-make-config-add-r…
Browse files Browse the repository at this point in the history
…path-off-by-default

Make CMake option ARCANE_ADD_RPATH_TO_LIBS off by default
  • Loading branch information
grospelliergilles authored Oct 8, 2023
2 parents 5e5daad + 0db41af commit 786f319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arcane/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ endif()
# dynamiques. Ce mode existe historiquement pour contourner des problèmes avec
# d'anciennes versions de CMake (pré 3.10) mais ne devrait plus être nécessaire.
# Il faudrait donc le supprimer.
option(ARCANE_ADD_RPATH_TO_LIBS "True if we automatically add rpath in target_link_libraries" ON)
option(ARCANE_ADD_RPATH_TO_LIBS "True if we automatically add rpath in target_link_libraries" OFF)

# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
Expand Down

0 comments on commit 786f319

Please sign in to comment.