aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/boost/CMakeLists.txt2
-rw-r--r--examples/dynamic/CMakeLists.txt2
-rw-r--r--examples/simple/CMakeLists.txt2
-rw-r--r--examples/static/CMakeLists.txt2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/boost/CMakeLists.txt b/examples/boost/CMakeLists.txt
index bfb1f68..e7ac156 100644
--- a/examples/boost/CMakeLists.txt
+++ b/examples/boost/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.12)
+cmake_minimum_required(VERSION 3.8)
project(example_boost)
diff --git a/examples/dynamic/CMakeLists.txt b/examples/dynamic/CMakeLists.txt
index d4e0712..1b3c93f 100644
--- a/examples/dynamic/CMakeLists.txt
+++ b/examples/dynamic/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.12)
+cmake_minimum_required(VERSION 3.8)
project(example_dynamic)
diff --git a/examples/simple/CMakeLists.txt b/examples/simple/CMakeLists.txt
index 94810a4..6ee2762 100644
--- a/examples/simple/CMakeLists.txt
+++ b/examples/simple/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.12)
+cmake_minimum_required(VERSION 3.8)
project(example_simple)
diff --git a/examples/static/CMakeLists.txt b/examples/static/CMakeLists.txt
index c5d77d3..b03d452 100644
--- a/examples/static/CMakeLists.txt
+++ b/examples/static/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.12)
+cmake_minimum_required(VERSION 3.8)
project(example_static)