mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-02 12:14:42 +02:00
Remove diagnostic lines
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
file(GLOB_RECURSE INC_FILES ../include/*.hpp)
|
file(GLOB_RECURSE INC_FILES ../include/*.hpp)
|
||||||
file(GLOB_RECURSE SRC_FILES *.cpp)
|
file(GLOB_RECURSE SRC_FILES *.cpp)
|
||||||
|
|
||||||
message("> ${CMAKE_CXX_COMPILER}")
|
|
||||||
message("> ${CMAKE_CXX_COMPILER_ID}")
|
|
||||||
|
|
||||||
if(CMAKE_CXX_COMPILER_ID MATCHES "(GNU|Clang)")
|
if(CMAKE_CXX_COMPILER_ID MATCHES "(GNU|Clang)")
|
||||||
add_definitions(
|
add_definitions(
|
||||||
-Wall
|
-Wall
|
||||||
|
Reference in New Issue
Block a user