From 8a48eee4022d29ec5852b7692c1adc736ff8517b Mon Sep 17 00:00:00 2001 From: Davis King Date: Thu, 3 May 2018 16:36:56 -0400 Subject: [PATCH] Added more version status messages to cmake output. --- dlib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/dlib/CMakeLists.txt b/dlib/CMakeLists.txt index 2622b1739..60960ddbe 100644 --- a/dlib/CMakeLists.txt +++ b/dlib/CMakeLists.txt @@ -123,6 +123,7 @@ endif() # or more other things which both depend on dlib. if (NOT TARGET dlib) message(STATUS "Using CMake version: ${CMAKE_VERSION}") + message(STATUS "Compiling dlib version: ${VERSION}") set (DLIB_ISO_CPP_ONLY_STR "Enable this if you don't want to compile any non-ISO C++ code (i.e. you don't use any of the API Wrappers)" )