From 9cdf43e2bc2f5ec3601dcc44e883e20c74f6a93c Mon Sep 17 00:00:00 2001 From: Eddie Nolan Date: Wed, 9 Jul 2025 20:14:08 -0400 Subject: [PATCH] Reapply 73880e9ec3049c95eb39abb16112abad3a74b806 This commit was clobbered by d4236a18c0aad5b686e5242baa22a959fef41141. --- src/beman/execution/CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/beman/execution/CMakeLists.txt b/src/beman/execution/CMakeLists.txt index a39c18c5..18d719dd 100644 --- a/src/beman/execution/CMakeLists.txt +++ b/src/beman/execution/CMakeLists.txt @@ -199,13 +199,6 @@ source_group("Header Files\\detail" FILES ${DETAIL_HEADER_FILES}) set_target_properties(${TARGET_NAME} PROPERTIES VERIFY_INTERFACE_HEADER_SETS ON) -target_compile_features( - ${TARGET_NAME} - PUBLIC - "$<$:cxx_std_26>" - "$<$>:cxx_std_23>" -) - if(NOT BEMAN_EXECUTION_ENABLE_INSTALL OR CMAKE_SKIP_INSTALL_RULES) return() endif()