diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index 46e77a14f..09271f1c4 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -18,6 +18,7 @@ # -DANDROID_NATIVE_API_LEVEL=android-19 \ # -DSKIPBT=1 -DSKIPPYTHON=1 -DSKIPPTHREAD=1 .. +message("-- CMake ${CMAKE_VERSION}") cmake_minimum_required(VERSION 3.10) project(proxmark3) SET (PM3_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/..) diff --git a/client/android/CMakeLists.txt b/client/android/CMakeLists.txt index b3f432c6c..cafd11e7f 100644 --- a/client/android/CMakeLists.txt +++ b/client/android/CMakeLists.txt @@ -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")