Skip to content

Commit 7294e1b

Browse files
committed
[ci] Don't set CMAKE_BUILD_RPATH on macOS
This was needed to find the Fortran libraries, but since 3161321 the RPATH is appended to in the CMake configuration code, so we don't need to pass "magic" CMAKE_* flags in the CI configuration on macOS anymore.
1 parent 03a633b commit 7294e1b

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/root-ci-config/buildconfig/mac-beta.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
CMAKE_BUILD_RPATH=/usr/local/lib
21
CMAKE_CXX_STANDARD=23
32
builtin_cfitsio=ON
43
builtin_cppzmq=ON

.github/workflows/root-ci-config/buildconfig/mac15.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
CMAKE_BUILD_RPATH=/usr/local/lib
21
builtin_cfitsio=ON
32
builtin_cppzmq=ON
43
builtin_davix=ON

.github/workflows/root-ci-config/buildconfig/mac26.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
CMAKE_BUILD_RPATH=/usr/local/lib
21
CMAKE_CXX_STANDARD=23
32
builtin_cfitsio=ON
43
builtin_cppzmq=ON

0 commit comments

Comments
 (0)