summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDouglas Gregor <doug.gregor@gmail.com>2009-05-14 04:49:58 +0000
committerDouglas Gregor <doug.gregor@gmail.com>2009-05-14 04:49:58 +0000
commitebd257bdad7473f67b16b1ba84c3cf6f47d49467 (patch)
treeb1b7080a89692efd35a158bd2c16f84a4b2d6b92 /CMakeLists.txt
parent19090e7b5087626b35270c40a02b187874f9d0c2 (diff)
downloadboost-ebd257bdad7473f67b16b1ba84c3cf6f47d49467.tar.gz
Print the CMake build name
[SVN r52985]
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 13ad4eafa0..191a6fde9d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -54,6 +54,7 @@ include(BoostCore)
include(BoostDocs)
include(CTest)
include(BoostTesting)
+message(STATUS "Build name: ${BUILDNAME}")
##########################################################################
##########################################################################