diff --git a/CMakeLists.txt b/CMakeLists.txt index bfa3728ed3e58b52149c4b134404659194c4511f..5cafdd3d98d9821e93314747d34a2e18d4381168 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.17) # Alpho Vivy, CXX only project(Vivy VERSION 0.1 LANGUAGES CXX) @@ -7,16 +7,16 @@ cmake_policy(SET CMP0009 NEW) # Do not follow symlinks with GLOB_RECURSE # Don't forget for specific things if(WIN32) - message("You are building on windows, pay attenion to the dependencies") + message(STATUS "You are building on windows, pay attenion to the dependencies") endif() if(MSVC OR MSYS OR MINGW) - message("You are building with a windows compiler") + message(STATUS "You are building with a windows compiler") endif() if(APPLE) - message("You are building on MacOS X") + message(STATUS "You are building on MacOS X") endif() if(UNIX AND NOT APPLE) - message("You are building on Linux, FreeBSD or any other toaster OS") + message(STATUS "You are building on Linux, FreeBSD or any other toaster OS") endif() # Pass -fPIC