mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Added more version status messages to cmake output.
This commit is contained in:
parent
1a297363c6
commit
8a48eee402
@ -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)" )
|
||||
|
Loading…
Reference in New Issue
Block a user