Commit 2fdc7310 authored by Davis King's avatar Davis King

Print cmake version used.

parent 1dec97d6
......@@ -7,6 +7,7 @@
cmake_minimum_required(VERSION 2.8.12)
project(dlib)
message(STATUS "Using CMake version: ${CMAKE_VERSION}")
include(cmake_utils/set_compiler_specific_options.cmake)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment