Commit a9711386 authored by Pierre Lassalle's avatar Pierre Lassalle
Browse files

Remove warning compiler

Showing with 0 additions and 2 deletions
+0 -2
......@@ -9,8 +9,6 @@ elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
if (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 3.2)
message(FATAL_ERROR "Clang version must be at least 3.2!")
endif()
else()
message(WARNING "You are using an unsupported compiler! Compilation has only been tested with Clang and GCC.")
endif()
include(CheckCXXCompilerFlag)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment