From 2b32c19612b3361f94a4b324cb5bfb29915b5468 Mon Sep 17 00:00:00 2001 From: Felix Petriconi Date: Wed, 12 Dec 2018 15:56:07 +0100 Subject: [PATCH] Update comment to C++ 17 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ce124aa0..60267ac14 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,7 +57,7 @@ add_library( stlab INTERFACE ) add_library( stlab::stlab ALIAS stlab ) # -# stlab requires C++ 14 support, at a minimum. Setting the `cxx_std_14` compile +# stlab requires C++ 17 support, at a minimum. Setting the `cxx_std_17` compile # features ensures that the corresponding C++ standard flag is populated in # targets linking to stlab. #