From f4f514fca0dbaeab244dc74803fb516177a231e0 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Tue, 20 Oct 2020 20:57:06 +0200 Subject: [PATCH] Move CMake version message to stdout, thanks gator --- client/android/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/android/CMakeLists.txt b/client/android/CMakeLists.txt index fcc4583fb..69e71d5d5 100644 --- a/client/android/CMakeLists.txt +++ b/client/android/CMakeLists.txt @@ -1,5 +1,5 @@ # version -message("-- CMake ${CMAKE_VERSION}") +message(STATUS "CMake ${CMAKE_VERSION}") cmake_minimum_required(VERSION 3.4.1) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O3 -fvisibility=hidden -w")