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.
2 parents d10ba44 + 4a9b98f commit 52009b9Copy full SHA for 52009b9
lib/CMakeLists.txt
@@ -165,7 +165,7 @@ add_library(cppcoro
165
target_include_directories(cppcoro PUBLIC
166
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>
167
$<INSTALL_INTERFACE:include>)
168
-target_compile_features(cppcoro PUBLIC cxx_std_20)
+
169
target_compile_definitions(cppcoro PUBLIC ${compile_definition})
170
target_compile_options(cppcoro PUBLIC ${compile_options})
171
0 commit comments