Skip to content

Commit 3f0cf78

Browse files
cmake reports
1 parent c636bc0 commit 3f0cf78

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CMakeLists.txt

+5
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ set ( LAGraph_VERSION_MAJOR 1 CACHE STRING "" FORCE )
4444
set ( LAGraph_VERSION_MINOR 1 CACHE STRING "" FORCE )
4545
set ( LAGraph_VERSION_SUB 0 CACHE STRING "" FORCE )
4646

47+
message ( STATUS "Building LAGraph version: v"
48+
${LAGraph_VERSION_MAJOR}.
49+
${LAGraph_VERSION_MINOR}.
50+
${LAGraph_VERSION_SUB} " (" ${LAGraph_DATE} ")" )
51+
4752
#-------------------------------------------------------------------------------
4853
# define the project
4954
#-------------------------------------------------------------------------------

0 commit comments

Comments
 (0)