From 8c3296fa2aa47f5720925fa145ac8df1cede3a50 Mon Sep 17 00:00:00 2001 From: Jeff Goeders Date: Thu, 9 Mar 2023 15:28:21 -0700 Subject: [PATCH] Remove cpp14 directive Signed-off-by: Jeff Goeders --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) 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)