summaryrefslogtreecommitdiff
path: root/examples/mlil_parser
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mlil_parser')
-rw-r--r--examples/mlil_parser/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/mlil_parser/CMakeLists.txt b/examples/mlil_parser/CMakeLists.txt
index 6b4a235e..b7f484e5 100644
--- a/examples/mlil_parser/CMakeLists.txt
+++ b/examples/mlil_parser/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(mlil_parser CXX C)
@@ -25,7 +25,7 @@ if (NOT WIN32)
endif()
set_target_properties(${PROJECT_NAME} PROPERTIES
- CXX_STANDARD 17
+ CXX_STANDARD 20
CXX_VISIBILITY_PRESET hidden
CXX_STANDARD_REQUIRED ON
VISIBILITY_INLINES_HIDDEN ON