Commit 4e416b4
authored
Set CMAKE_CXX26_COMPILE_FEATURES to cxx_std_26 in toolchain file (#24954)
Set CMAKE_CXX26_COMPILE_FEATURES to cxx_std_26 in toolchain file.
Without this, when setting target_compile_features(target PUBLIC
cxx_std_26), the `-std=gnu++26` doesn't get added to the compiler flags.1 parent d0aa66d commit 4e416b4
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| 212 | + | |
212 | 213 | | |
213 | 214 | | |
214 | 215 | | |
| |||
0 commit comments