From 7d795476559974fe274c29bdb8b15d7ca9d51dae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=BCtzel?= Date: Sat, 18 Nov 2023 09:35:14 +0100 Subject: [PATCH] SuiteSparsePolicy.cmake: Don't NSTATIC. It is no longer needed. --- GraphBLAS/cmake_modules/SuiteSparsePolicy.cmake | 7 ------- SuiteSparse_config/cmake_modules/SuiteSparsePolicy.cmake | 7 ------- 2 files changed, 14 deletions(-) diff --git a/GraphBLAS/cmake_modules/SuiteSparsePolicy.cmake b/GraphBLAS/cmake_modules/SuiteSparsePolicy.cmake index 526190b774..e3573426ec 100644 --- a/GraphBLAS/cmake_modules/SuiteSparsePolicy.cmake +++ b/GraphBLAS/cmake_modules/SuiteSparsePolicy.cmake @@ -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 diff --git a/SuiteSparse_config/cmake_modules/SuiteSparsePolicy.cmake b/SuiteSparse_config/cmake_modules/SuiteSparsePolicy.cmake index 526190b774..e3573426ec 100644 --- a/SuiteSparse_config/cmake_modules/SuiteSparsePolicy.cmake +++ b/SuiteSparse_config/cmake_modules/SuiteSparsePolicy.cmake @@ -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