From ebd257bdad7473f67b16b1ba84c3cf6f47d49467 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 14 May 2009 04:49:58 +0000 Subject: Print the CMake build name [SVN r52985] --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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}") ########################################################################## ########################################################################## -- cgit v1.2.1