diff options
Diffstat (limited to 'examples/background_task')
| -rw-r--r-- | examples/background_task/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/background_task/CMakeLists.txt b/examples/background_task/CMakeLists.txt index dde3b2c8..9810b983 100644 --- a/examples/background_task/CMakeLists.txt +++ b/examples/background_task/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.13 FATAL_ERROR) +cmake_minimum_required(VERSION 3.15 FATAL_ERROR) project(background_task CXX C) @@ -20,7 +20,7 @@ target_link_libraries(${PROJECT_NAME} binaryninjaapi) set_target_properties(background_task PROPERTIES - CXX_STANDARD 17 + CXX_STANDARD 20 CXX_VISIBILITY_PRESET hidden CXX_STANDARD_REQUIRED ON VISIBILITY_INLINES_HIDDEN ON |
