Skip to content

Commit 2e54cdb

Browse files
committed
public target_compile_features
1 parent 601c462 commit 2e54cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ target_include_directories(
108108
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
109109
)
110110

111-
target_compile_features(ystdlib PRIVATE cxx_std_20)
111+
target_compile_features(ystdlib PUBLIC cxx_std_20)
112112

113113
set_target_properties(
114114
ystdlib

0 commit comments

Comments
 (0)