summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
Diffstat (limited to 'demos')
-rw-r--r--demos/checkerboard/CMakeLists.txt2
-rw-r--r--demos/isomap/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/checkerboard/CMakeLists.txt b/demos/checkerboard/CMakeLists.txt
index d1691c6..b4e3a2a 100644
--- a/demos/checkerboard/CMakeLists.txt
+++ b/demos/checkerboard/CMakeLists.txt
@@ -1,4 +1,4 @@
1cmake_minimum_required(VERSION 3.0) 1cmake_minimum_required(VERSION 3.5)
2 2
3project(checkerboard) 3project(checkerboard)
4 4
diff --git a/demos/isomap/CMakeLists.txt b/demos/isomap/CMakeLists.txt
index 2dbfd32..9467625 100644
--- a/demos/isomap/CMakeLists.txt
+++ b/demos/isomap/CMakeLists.txt
@@ -1,4 +1,4 @@
1cmake_minimum_required(VERSION 3.0) 1cmake_minimum_required(VERSION 3.5)
2 2
3project(isomap) 3project(isomap)
4 4