We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c636bc0 commit 3f0cf78Copy full SHA for 3f0cf78
CMakeLists.txt
@@ -44,6 +44,11 @@ set ( LAGraph_VERSION_MAJOR 1 CACHE STRING "" FORCE )
44
set ( LAGraph_VERSION_MINOR 1 CACHE STRING "" FORCE )
45
set ( LAGraph_VERSION_SUB 0 CACHE STRING "" FORCE )
46
47
+message ( STATUS "Building LAGraph version: v"
48
+ ${LAGraph_VERSION_MAJOR}.
49
+ ${LAGraph_VERSION_MINOR}.
50
+ ${LAGraph_VERSION_SUB} " (" ${LAGraph_DATE} ")" )
51
+
52
#-------------------------------------------------------------------------------
53
# define the project
54
0 commit comments