Procházet zdrojové kódy

Print the CMake build name

[SVN r52985]
Douglas Gregor před 17 roky
rodič
revize
ebd257bdad
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -54,6 +54,7 @@ include(BoostCore)
 include(BoostDocs)
 include(BoostDocs)
 include(CTest)
 include(CTest)
 include(BoostTesting)
 include(BoostTesting)
+message(STATUS "Build name: ${BUILDNAME}")
 ##########################################################################
 ##########################################################################
 
 
 ##########################################################################
 ##########################################################################

粤ICP备19079148号