Skip to content

Commit 913e7ad

Browse files
committed
Fix old comment about C++ standard
1 parent 26685c4 commit 913e7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ include(dependencies)
4646
# build docs
4747
include(Lucene++Docs)
4848

49-
# Enable C++11
49+
# Enable C++17
5050
set(CMAKE_CXX_STANDARD 17)
5151
set(CMAKE_CXX_STANDARD_REQUIRED ON)
5252

0 commit comments

Comments
 (0)