summaryrefslogtreecommitdiff
path: root/examples/enterprise_test
diff options
context:
space:
mode:
Diffstat (limited to 'examples/enterprise_test')
-rw-r--r--examples/enterprise_test/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/enterprise_test/CMakeLists.txt b/examples/enterprise_test/CMakeLists.txt
index 87221afc..a6576fe7 100644
--- a/examples/enterprise_test/CMakeLists.txt
+++ b/examples/enterprise_test/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(enterprise_test 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