You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print_header("Building Cadabra version ${CADABRA_VERSION_MAJOR}.${CADABRA_VERSION_MINOR}.${CADABRA_VERSION_PATCH}.${CADABRA_VERSION_TWEAK} (${SYSTEM_BITS}-bit)")
91
+
print_header("Building Cadabra version ${CADABRA_VERSION_SEM} (${SYSTEM_BITS}-bit)")
92
92
message(STATUS"Build id '${CADABRA_VERSION_BUILD}' dated ${CADABRA_VERSION_DATE}")
93
93
message(STATUS"Build mode is set to '${CMAKE_BUILD_TYPE}'")
94
94
message(STATUS"Architecture is '${CMAKE_SYSTEM_PROCESSOR}'")
95
95
96
96
# Store the version number in a build/VERSION file (so that e.g. github
0 commit comments