mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-22 07:04:13 +08:00
Move CMake version message to stdout, thanks gator
This commit is contained in:
parent
189568107a
commit
f4f514fca0
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue