From 2b457dd5d90018172a4de12a67cc6869c51a2c0a Mon Sep 17 00:00:00 2001 From: Serge Lamikhov-Center Date: Mon, 18 Dec 2023 19:50:10 +0200 Subject: [PATCH] Change a comment --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e875a4..5e30ace 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,7 @@ target_include_directories( # If this is the top level project, add in logic to install elfio if(IS_TOP_PROJECT) - # Enable C++14 for examples and tests + # Enable C++17 for examples and tests if(ELFIO_BUILD_EXAMPLES OR ELFIO_BUILD_TESTS) set(CMAKE_CXX_STANDARD 17) endif()