diff options
| author | Mark Rowe <mark@vector35.com> | 2025-08-01 00:09:42 -0700 |
|---|---|---|
| committer | Mark Rowe <mark@vector35.com> | 2025-08-08 22:01:27 -0700 |
| commit | cde1c38689188efbfd47cd9509beb348284d486b (patch) | |
| tree | 32b23339fb9919c17da3fe2cc30ee59a137469f3 /plugins/warp/api/python | |
| parent | 72e0b2f89352bf45af44629c97741977090dcd78 (diff) | |
Update remaining projects to C++20
Diffstat (limited to 'plugins/warp/api/python')
| -rw-r--r-- | plugins/warp/api/python/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/warp/api/python/CMakeLists.txt b/plugins/warp/api/python/CMakeLists.txt index 7c616bc3..c51e24b9 100644 --- a/plugins/warp/api/python/CMakeLists.txt +++ b/plugins/warp/api/python/CMakeLists.txt @@ -14,7 +14,7 @@ target_link_libraries(warp_generator binaryninjaapi) target_include_directories(warp_generator PUBLIC {PROJECT_SOURCE_DIR}/../../api) set_target_properties(warp_generator PROPERTIES - CXX_STANDARD 17 + CXX_STANDARD 20 CXX_STANDARD_REQUIRED ON BUILD_WITH_INSTALL_RPATH OFF RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}) |
