summaryrefslogtreecommitdiff
path: root/plugins/workflow_objc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/workflow_objc')
-rw-r--r--plugins/workflow_objc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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.