Changeset View
Changeset View
Standalone View
Standalone View
CMakeLists.txt
| Context not available. | |||||
| CMAKE_C_COMPILER_ID MATCHES "Intel" | CMAKE_C_COMPILER_ID MATCHES "Intel" | ||||
| ) | ) | ||||
| # TODO(sergey): Do we want c++11 or gnu-c++11 here? | # TODO(sergey): Do we want c++11 or gnu-c++11 here? | ||||
| set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11") | set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14") | ||||
| else() | else() | ||||
| message(FATAL_ERROR "Unknown compiler ${CMAKE_C_COMPILER_ID}, can't enable C++11 build") | message(FATAL_ERROR "Unknown compiler ${CMAKE_C_COMPILER_ID}, can't enable C++11 build") | ||||
| endif() | endif() | ||||
| Context not available. | |||||