Skip to content

Commit aa613b3

Browse files
committed
SuiteSparsePolicy.cmake: Don't set NSTATIC.
It is no longer needed.
1 parent 600a30e commit aa613b3

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

GraphBLAS/cmake_modules/SuiteSparsePolicy.cmake

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,6 @@ else ( )
106106
endif ( )
107107
endif ( )
108108

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-
116109
# installation options
117110
if ( NOT SUITESPARSE_ROOT_CMAKELISTS AND ${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.19.0" )
118111
# the LOCAL_INSTALL option requires cmake 3.19.0 or later

SuiteSparse_config/cmake_modules/SuiteSparsePolicy.cmake

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,6 @@ else ( )
106106
endif ( )
107107
endif ( )
108108

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-
116109
# installation options
117110
if ( NOT SUITESPARSE_ROOT_CMAKELISTS AND ${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.19.0" )
118111
# the LOCAL_INSTALL option requires cmake 3.19.0 or later

0 commit comments

Comments
 (0)