diff --git a/CMakeLists.txt b/CMakeLists.txt index 67c55d7b9..d093272fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ endif() if(NOT MSVC) add_definitions( - -std=c++14 + -std=c++11 -Wall -nostdlib -fno-exceptions