Remove diagnostic lines

This commit is contained in:
Benoit Blanchon
2014-11-07 11:28:04 +01:00
parent dfd59f644b
commit 70aabca0f7

View File

@ -1,9 +1,6 @@
file(GLOB_RECURSE INC_FILES ../include/*.hpp)
file(GLOB_RECURSE SRC_FILES *.cpp)
message("> ${CMAKE_CXX_COMPILER}")
message("> ${CMAKE_CXX_COMPILER_ID}")
if(CMAKE_CXX_COMPILER_ID MATCHES "(GNU|Clang)")
add_definitions(
-Wall