summaryrefslogtreecommitdiff
path: root/examples/breakpoint
diff options
context:
space:
mode:
Diffstat (limited to 'examples/breakpoint')
-rw-r--r--examples/breakpoint/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/breakpoint/CMakeLists.txt b/examples/breakpoint/CMakeLists.txt
index 00a35b45..1d46c99c 100644
--- a/examples/breakpoint/CMakeLists.txt
+++ b/examples/breakpoint/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.9...3.15 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
project(breakpoint CXX C)
@@ -20,7 +20,7 @@ target_link_libraries(${PROJECT_NAME}
binaryninjaapi)
set_target_properties(${PROJECT_NAME} PROPERTIES
- CXX_STANDARD 17
+ CXX_STANDARD 20
CXX_VISIBILITY_PRESET hidden
CXX_STANDARD_REQUIRED ON
VISIBILITY_INLINES_HIDDEN ON