From 92c327e339c62f8a238f8bf4033e1cb8878f0167 Mon Sep 17 00:00:00 2001 From: Raye Kimmerer Date: Tue, 21 May 2024 09:50:45 -0400 Subject: [PATCH] update naming scheme --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 07fa4d6a34..7ab1e86542 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,7 +75,7 @@ option ( UMFPACK_USE_CHOLMOD "ON (default): use CHOLMOD in UMFPACK. OFF: do not # library takes a long time option ( GRAPHBLAS_BUILD_STATIC_LIBS "OFF (default): Do not build static libraries for GraphBLAS project. ON: Use same value of BUILD_STATIC_LIBS for GraphBLAS like in the other projects" OFF ) -option ( SUITESPARSE_PYTHON "ON (default): build Python interfaces for SuiteSparse packages (SPEX). OFF: do not build Python interfaces for SuiteSparse packages" ON ) +option ( SUITESPARSE_ENABLE_PYTHON "ON (default): build Python interfaces for SuiteSparse packages (SPEX). OFF: do not build Python interfaces for SuiteSparse packages" ON ) # options to build with libraries installed on the system instead of building # dependencies automatically