Skip to content

Commit

Permalink
update naming scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
rayegun committed May 21, 2024
1 parent 8ecf3be commit 92c327e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92c327e

Please sign in to comment.