display cmake version

This commit is contained in:
Philippe Teuwen
2020-10-20 17:46:16 +02:00
parent d8294a958b
commit 8d8cafeea5
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
# version
message("-- CMake ${CMAKE_VERSION}")
cmake_minimum_required(VERSION 3.4.1)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O3 -fvisibility=hidden -w")