Skip to content

Commit

Permalink
SuiteSparsePolicy.cmake: Don't NSTATIC.
Browse files Browse the repository at this point in the history
It is no longer needed.
  • Loading branch information
mmuetzel committed Nov 18, 2023
1 parent 600a30e commit 7d79547
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions GraphBLAS/cmake_modules/SuiteSparsePolicy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,6 @@ else ( )
endif ( )
endif ( )

# FIXME: Remove the following when NSTATIC is no longer used in any SuiteSparse library.
if ( BUILD_STATIC_LIBS )
set ( NSTATIC OFF )
else ( )
set ( NSTATIC ON )
endif ( )

# installation options
if ( NOT SUITESPARSE_ROOT_CMAKELISTS AND ${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.19.0" )
# the LOCAL_INSTALL option requires cmake 3.19.0 or later
Expand Down
7 changes: 0 additions & 7 deletions SuiteSparse_config/cmake_modules/SuiteSparsePolicy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,6 @@ else ( )
endif ( )
endif ( )

# FIXME: Remove the following when NSTATIC is no longer used in any SuiteSparse library.
if ( BUILD_STATIC_LIBS )
set ( NSTATIC OFF )
else ( )
set ( NSTATIC ON )
endif ( )

# installation options
if ( NOT SUITESPARSE_ROOT_CMAKELISTS AND ${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.19.0" )
# the LOCAL_INSTALL option requires cmake 3.19.0 or later
Expand Down

0 comments on commit 7d79547

Please sign in to comment.