Skip to content

Commit

Permalink
remove "set ( CMAKE_MACOSX_RPATH TRUE )" from all cmake scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Dec 25, 2023
1 parent 6997192 commit c636bc0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@

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

set ( CMAKE_MACOSX_RPATH TRUE )

# version of LAGraph
set ( LAGraph_DATE "Dec 30, 2023" )
set ( LAGraph_VERSION_MAJOR 1 CACHE STRING "" FORCE )
Expand Down
1 change: 0 additions & 1 deletion cmake_modules/SuiteSparsePolicy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ if ( WIN32 )
add_compile_definitions ( _CRT_SECURE_NO_WARNINGS )
endif ( )

set ( CMAKE_MACOSX_RPATH TRUE )
enable_language ( C )
include ( GNUInstallDirs )

Expand Down

0 comments on commit c636bc0

Please sign in to comment.