Skip to content

Commit 4a9b98f

Browse files
authored
remove target_compile_feature(cppcoro PUBLIC cxx_std_20)
1 parent d10ba44 commit 4a9b98f

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)