Skip to content

Commit 52009b9

Browse files
authored
Merge pull request #24 from andreasbuhr/andreasbuhr-patch-2
remove target_compile_feature(cppcoro PUBLIC cxx_std_20)
2 parents d10ba44 + 4a9b98f commit 52009b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ add_library(cppcoro
165165
target_include_directories(cppcoro PUBLIC
166166
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>
167167
$<INSTALL_INTERFACE:include>)
168-
target_compile_features(cppcoro PUBLIC cxx_std_20)
168+
169169
target_compile_definitions(cppcoro PUBLIC ${compile_definition})
170170
target_compile_options(cppcoro PUBLIC ${compile_options})
171171

0 commit comments

Comments
 (0)