summaryrefslogtreecommitdiff
path: root/examples/breakpoint/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/breakpoint/CMakeLists.txt')
-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 70de8884..f0ed85c9 100644
--- a/examples/breakpoint/CMakeLists.txt
+++ b/examples/breakpoint/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
project(breakpoint CXX)
@@ -12,4 +12,4 @@ set_target_properties(${PROJECT_NAME} PROPERTIES
CXX_STANDARD 11
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../../bin)
-binja_install_plugin(${PROJECT_NAME})
+bn_install_plugin(${PROJECT_NAME})