We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b00ec commit a34e1deCopy full SHA for a34e1de
CMakeLists.txt
@@ -18,7 +18,7 @@ SET(CMAKE_VERBOSE_MAKEFILE ON)
18
#check if compiler is C++14 compliant
19
include(CheckCXXCompilerFlag)
20
CHECK_CXX_COMPILER_FLAG("--std=c++14" COMPILER_SUPPORTS_CXX14)
21
-if(NOT COMPILER_SUPPORTS_CXX11)
+if(NOT COMPILER_SUPPORTS_CXX14)
22
message(FATAL "The compiler ${CMAKE_CXX_COMPILER} has no C++14 support. Please use a different C++ compiler.")
23
endif()
24
0 commit comments