mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
13 lines
373 B
Diff
13 lines
373 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 108f3c3..e8973a2 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -24,6 +24,7 @@ cpp_library_set_version()
|
|
# Create the main library target first
|
|
add_library(stlab)
|
|
add_library(stlab::stlab ALIAS stlab)
|
|
+target_compile_features(stlab PRIVATE cxx_std_20)
|
|
|
|
########################################################
|
|
|