Skip to content

Commit c636bc0

Browse files
remove "set ( CMAKE_MACOSX_RPATH TRUE )" from all cmake scripts
1 parent 6997192 commit c636bc0

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@
3838

3939
cmake_minimum_required ( VERSION 3.20 ) # LAGraph can be built stand-alone
4040

41-
set ( CMAKE_MACOSX_RPATH TRUE )
42-
4341
# version of LAGraph
4442
set ( LAGraph_DATE "Dec 30, 2023" )
4543
set ( LAGraph_VERSION_MAJOR 1 CACHE STRING "" FORCE )

cmake_modules/SuiteSparsePolicy.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ if ( WIN32 )
112112
add_compile_definitions ( _CRT_SECURE_NO_WARNINGS )
113113
endif ( )
114114

115-
set ( CMAKE_MACOSX_RPATH TRUE )
116115
enable_language ( C )
117116
include ( GNUInstallDirs )
118117

0 commit comments

Comments
 (0)