CMakeLists.txt formatting.
This commit is contained in:
parent
68ab061cb4
commit
3e0789b3d3
@ -40,8 +40,8 @@ if(COMPILER_SUPPORTS_CXX11)
|
||||
elseif(COMPILER_SUPPORTS_CXX0X)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")
|
||||
else()
|
||||
message(FATAL_ERROR "
|
||||
Compiler ${CMAKE_CXX_COMPILER_ID} ${CMAKE_CXX_COMPILER_VERSION} has no C++11 support.")
|
||||
message(FATAL_ERROR
|
||||
"Compiler ${CMAKE_CXX_COMPILER_ID} ${CMAKE_CXX_COMPILER_VERSION} has no C++11 support.")
|
||||
endif()
|
||||
|
||||
# generate header file to handle version
|
||||
|
Loading…
Reference in New Issue
Block a user