From cde1c38689188efbfd47cd9509beb348284d486b Mon Sep 17 00:00:00 2001 From: Mark Rowe Date: Fri, 1 Aug 2025 00:09:42 -0700 Subject: Update remaining projects to C++20 --- plugins/workflow_objc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/workflow_objc') diff --git a/plugins/workflow_objc/CMakeLists.txt b/plugins/workflow_objc/CMakeLists.txt index afb31972..61ba4962 100644 --- a/plugins/workflow_objc/CMakeLists.txt +++ b/plugins/workflow_objc/CMakeLists.txt @@ -27,7 +27,7 @@ set(PLUGIN_SOURCE add_library(workflow_objc SHARED ${PLUGIN_SOURCE}) target_link_libraries(workflow_objc binaryninjaapi) -target_compile_features(workflow_objc PRIVATE cxx_std_17 c_std_99) +target_compile_features(workflow_objc PRIVATE cxx_std_20 c_std_99) # Library targets linking against the Binary Ninja API need to be compiled with # position-independent code on Linux. -- cgit v1.3.1