Skip to content

Commit

Permalink
cmake: removed unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Mar 15, 2022
1 parent 1d1ceec commit ae23d71
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ set (CMAKE_VISIBILITY_INLINES_HIDDEN 1)

list (APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)

# SuiteSparse version
set (MAJOR_VERSION ${PROJECT_VERSION_MAJOR})
set (MINOR_VERSION ${PROJECT_VERSION_MINOR})
set (VERSION_PATCH ${PROJECT_VERSION_PATCH})

set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "SuiteSparse: an extended version of CSparse")

include (CheckCCompilerFlag)
Expand Down

0 comments on commit ae23d71

Please sign in to comment.