We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6997192 commit c636bc0Copy full SHA for c636bc0
CMakeLists.txt
@@ -38,8 +38,6 @@
38
39
cmake_minimum_required ( VERSION 3.20 ) # LAGraph can be built stand-alone
40
41
-set ( CMAKE_MACOSX_RPATH TRUE )
42
-
43
# version of LAGraph
44
set ( LAGraph_DATE "Dec 30, 2023" )
45
set ( LAGraph_VERSION_MAJOR 1 CACHE STRING "" FORCE )
cmake_modules/SuiteSparsePolicy.cmake
@@ -112,7 +112,6 @@ if ( WIN32 )
112
add_compile_definitions ( _CRT_SECURE_NO_WARNINGS )
113
endif ( )
114
115
116
enable_language ( C )
117
include ( GNUInstallDirs )
118
0 commit comments