Skip to content

Commit 1698be4

Browse files
committed
Release 2.0.0 will be C++11-only
1 parent d35ab83 commit 1698be4

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
@@ -19,7 +19,7 @@ target_include_directories(timsort INTERFACE
1919
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
2020
)
2121

22-
target_compile_features(timsort INTERFACE cxx_std_98)
22+
target_compile_features(timsort INTERFACE cxx_std_11)
2323

2424
add_library(gfx::timsort ALIAS timsort)
2525

0 commit comments

Comments
 (0)