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")