aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2026-04-21 12:02:43 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2026-04-21 12:22:50 -0400
commit059f3539bf3f840f8ea76b19db3713dd6696e4c1 (patch)
treea5e62439899c5527fa26dc0fa630c0ff98fb2a57
parent1098f46052e03b057d0b0d159d2ab10b635afcec (diff)
downloadstasis-059f3539bf3f840f8ea76b19db3713dd6696e4c1.tar.gz
Show STASIS version during cmake config
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 73f5555..817f88d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,6 +9,7 @@ configure_file(
${CMAKE_SOURCE_DIR}/include/version.h.in
${CMAKE_BINARY_DIR}/include/version.h
)
+message("-- STASIS version: ${PROJECT_VERSION} (${PROJECT_VERSION_BRANCH})")
set(nix_cflags -Wall -Wextra -fPIC -D_GNU_SOURCE)
set(win_cflags /Wall)