summaryrefslogtreecommitdiff
path: root/plugins/warp/ui/CMakeLists.txt
diff options
context:
space:
mode:
authorMark Rowe <mark@vector35.com>2025-08-01 00:09:42 -0700
committerMark Rowe <mark@vector35.com>2025-08-08 22:01:27 -0700
commitcde1c38689188efbfd47cd9509beb348284d486b (patch)
tree32b23339fb9919c17da3fe2cc30ee59a137469f3 /plugins/warp/ui/CMakeLists.txt
parent72e0b2f89352bf45af44629c97741977090dcd78 (diff)
Update remaining projects to C++20
Diffstat (limited to 'plugins/warp/ui/CMakeLists.txt')
-rw-r--r--plugins/warp/ui/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/warp/ui/CMakeLists.txt b/plugins/warp/ui/CMakeLists.txt
index e266452c..c3e5bcf6 100644
--- a/plugins/warp/ui/CMakeLists.txt
+++ b/plugins/warp/ui/CMakeLists.txt
@@ -34,7 +34,7 @@ endif ()
target_link_libraries(${PROJECT_NAME} binaryninjaui warp_api Qt6::Core Qt6::Gui Qt6::Widgets)
set_target_properties(${PROJECT_NAME} PROPERTIES
- CXX_STANDARD 17
+ CXX_STANDARD 20
CXX_VISIBILITY_PRESET hidden
CXX_STANDARD_REQUIRED ON
VISIBILITY_INLINES_HIDDEN ON