Skip to content

Commit ae23d71

Browse files
committed
cmake: removed unused variables
1 parent 1d1ceec commit ae23d71

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ set (CMAKE_VISIBILITY_INLINES_HIDDEN 1)
3636

3737
list (APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
3838

39-
# SuiteSparse version
40-
set (MAJOR_VERSION ${PROJECT_VERSION_MAJOR})
41-
set (MINOR_VERSION ${PROJECT_VERSION_MINOR})
42-
set (VERSION_PATCH ${PROJECT_VERSION_PATCH})
43-
4439
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "SuiteSparse: an extended version of CSparse")
4540

4641
include (CheckCCompilerFlag)

0 commit comments

Comments
 (0)