display cmake version

This commit is contained in:
Philippe Teuwen 2020-10-20 17:46:16 +02:00
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")