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 2943f94 commit 150ac85Copy full SHA for 150ac85
src/beman/execution26/CMakeLists.txt
@@ -176,13 +176,10 @@ source_group("Header Files\\detail" FILES ${DETAIL_HEADER_FILES})
176
177
set_target_properties(${TARGET_LIBRARY} PROPERTIES VERIFY_INTERFACE_HEADER_SETS ON)
178
179
-#target_compile_features(${TARGET_LIBRARY} PUBLIC
180
-# "$<$<COMPILE_FEATURES:cxx_std_26>:cxx_std_26>"
181
-# "$<$<NOT:$<COMPILE_FEATURES:cxx_std_26>>:cxx_std_23>"
182
-#)
183
184
185
+target_compile_features(${TARGET_LIBRARY} PUBLIC
+ "$<$<COMPILE_FEATURES:cxx_std_26>:cxx_std_26>"
+ "$<$<NOT:$<COMPILE_FEATURES:cxx_std_26>>:cxx_std_23>"
+)
186
187
install(
188
TARGETS ${TARGET_LIBRARY}
0 commit comments