diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ec89c6b..9e1ad2c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,8 +36,6 @@ target_include_directories(yaml-cpp PUBLIC $ ) -# Set the CXX standard and compile time for our code only. -set(CMAKE_CXX_STANDARD 14) add_compile_options(-Wall -Werror) add_subdirectory(lib)