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 d10ba44 commit 4a9b98fCopy full SHA for 4a9b98f
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