Files
vcpkg/ports/stlab/use-cxx-20.patch
2026-01-09 11:42:22 -08:00

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)
########################################################