We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d9e66 commit c6a0ef8Copy full SHA for c6a0ef8
CMakeLists.txt
@@ -54,7 +54,11 @@ add_library(cppfront_cpp2util INTERFACE)
54
add_library(cppfront::cpp2util ALIAS cppfront_cpp2util)
55
set_target_properties(cppfront_cpp2util PROPERTIES EXPORT_NAME cpp2util)
56
57
-target_compile_features(cppfront_cpp2util INTERFACE cxx_std_20)
+target_compile_features(
58
+ cppfront_cpp2util
59
+ INTERFACE
60
+ $<IF:$<CXX_COMPILER_ID:MSVC>,cxx_std_23,cxx_std_20>
61
+)
62
target_sources(
63
cppfront_cpp2util
64
INTERFACE
0 commit comments