aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/CMakeLists.txt2
-rw-r--r--app/demo/CMakeLists.txt2
-rw-r--r--contrib/cgltf-tangents/CMakeLists.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt
index 7703ccb..588ee87 100644
--- a/app/CMakeLists.txt
+++ b/app/CMakeLists.txt
@@ -1,4 +1,4 @@
1cmake_minimum_required(VERSION 3.0) 1cmake_minimum_required(VERSION 3.5)
2 2
3add_subdirectory(contrib/glad) 3add_subdirectory(contrib/glad)
4 4
diff --git a/app/demo/CMakeLists.txt b/app/demo/CMakeLists.txt
index bbb3aae..58d77cc 100644
--- a/app/demo/CMakeLists.txt
+++ b/app/demo/CMakeLists.txt
@@ -1,4 +1,4 @@
1cmake_minimum_required(VERSION 3.0) 1cmake_minimum_required(VERSION 3.5)
2 2
3project(gfxappdemo) 3project(gfxappdemo)
4 4
diff --git a/contrib/cgltf-tangents/CMakeLists.txt b/contrib/cgltf-tangents/CMakeLists.txt
index 2c0771e..3f86fc2 100644
--- a/contrib/cgltf-tangents/CMakeLists.txt
+++ b/contrib/cgltf-tangents/CMakeLists.txt
@@ -1,4 +1,4 @@
1cmake_minimum_required(VERSION 3.0) 1cmake_minimum_required(VERSION 3.5)
2 2
3project(cgltf-tangents) 3project(cgltf-tangents)
4 4