Skip to content

Commit 150ac85

Browse files
committed
undid a temporary change src/beman/execution26/CMakeLists.txt
1 parent 2943f94 commit 150ac85

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

src/beman/execution26/CMakeLists.txt

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,10 @@ source_group("Header Files\\detail" FILES ${DETAIL_HEADER_FILES})
176176

177177
set_target_properties(${TARGET_LIBRARY} PROPERTIES VERIFY_INTERFACE_HEADER_SETS ON)
178178

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-
#target_compile_features(${TARGET_LIBRARY} PUBLIC
184-
# "$<$<NOT:$<COMPILE_FEATURES:cxx_std_26>>:cxx_std_23>"
185-
#)
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+
)
186183

187184
install(
188185
TARGETS ${TARGET_LIBRARY}

0 commit comments

Comments
 (0)