From 913e7ad9450f62412dd5f8fd1b9780c33ae3c496 Mon Sep 17 00:00:00 2001 From: Ryo Nakano Date: Sat, 25 Oct 2025 13:12:11 +0900 Subject: [PATCH] Fix old comment about C++ standard --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3677c6d5..7ce313c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,7 @@ include(dependencies) # build docs include(Lucene++Docs) -# Enable C++11 +# Enable C++17 set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON)