File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed
SuiteSparse_config/cmake_modules Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -106,13 +106,6 @@ else ( )
106
106
endif ( )
107
107
endif ( )
108
108
109
- # FIXME: Remove the following when NSTATIC is no longer used in any SuiteSparse library.
110
- if ( BUILD_STATIC_LIBS )
111
- set ( NSTATIC OFF )
112
- else ( )
113
- set ( NSTATIC ON )
114
- endif ( )
115
-
116
109
# installation options
117
110
if ( NOT SUITESPARSE_ROOT_CMAKELISTS AND ${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.19.0" )
118
111
# the LOCAL_INSTALL option requires cmake 3.19.0 or later
Original file line number Diff line number Diff line change @@ -106,13 +106,6 @@ else ( )
106
106
endif ( )
107
107
endif ( )
108
108
109
- # FIXME: Remove the following when NSTATIC is no longer used in any SuiteSparse library.
110
- if ( BUILD_STATIC_LIBS )
111
- set ( NSTATIC OFF )
112
- else ( )
113
- set ( NSTATIC ON )
114
- endif ( )
115
-
116
109
# installation options
117
110
if ( NOT SUITESPARSE_ROOT_CMAKELISTS AND ${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.19.0" )
118
111
# the LOCAL_INSTALL option requires cmake 3.19.0 or later
You can’t perform that action at this time.
0 commit comments