mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 09:32:41 +08:00
Move CMake version message to stdout, thanks gator
This commit is contained in:
parent
47cfc778e3
commit
189568107a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
# -DANDROID_NATIVE_API_LEVEL=android-19 \
|
||||
# -DSKIPBT=1 -DSKIPPYTHON=1 -DSKIPPTHREAD=1 ..
|
||||
|
||||
message("-- CMake ${CMAKE_VERSION}")
|
||||
message(STATUS "CMake ${CMAKE_VERSION}")
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
project(proxmark3)
|
||||
SET (PM3_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/..)
|
||||
|
|
Loading…
Reference in a new issue