Skip to content

Commit

Permalink
Another missed rename
Browse files Browse the repository at this point in the history
  • Loading branch information
rayegun committed May 21, 2024
1 parent e9769b1 commit 38c20f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SPEX/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,8 @@ endif ( )
#-------------------------------------------------------------------------------
# python interface
#-------------------------------------------------------------------------------
option ( SPEX_PYTHON "ON (default): build Python interface for SPEX. OFF: do not build Python interface for SPEX" ${SUITESPARSE_ENABLE_PYTHON} )
if ( BUILD_SHARED_LIBS AND SPEX_PYTHON)
option ( SPEX_ENABLE_PYTHON "ON (default): build Python interface for SPEX. OFF: do not build Python interface for SPEX" ${SUITESPARSE_ENABLE_PYTHON} )
if ( BUILD_SHARED_LIBS AND SPEX_ENABLE_PYTHON)

file ( GLOB SPEX_PYTHON_SOURCES "Python/SPEXpy/Source/*.c" )
add_library ( spexpython SHARED ${SPEX_PYTHON_SOURCES} )
Expand Down

0 comments on commit 38c20f1

Please sign in to comment.