Browse Source

when using unrecognized compiled, show warning instead of fatal_error

cl-refactor
Marek Kotewicz 10 years ago
parent
commit
1099a89120
  1. 2
      cmake/EthCompilerSettings.cmake

2
cmake/EthCompilerSettings.cmake

@ -34,6 +34,6 @@ elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
set(ETH_STATIC 1)
else ()
message(FATAL_ERROR "Your C++ compiler does not support C++11. You have ${CMAKE_CXX_COMPILER_ID}")
message(WARNING "Your compiler is not tested, if you run into any issues, we'd welcome any patches.")
endif ()

Loading…
Cancel
Save