Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFormerLurker <hochgebe@gmail.com>2021-01-18 17:53:38 +0300
committerFormerLurker <hochgebe@gmail.com>2021-01-18 17:53:38 +0300
commit4d7375393fa603d3a2b14425a9c269ca521823ee (patch)
tree7dc3f3cfac648b6a8102be4589ff97d07cde51b2 /CMakeLists.txt
parentccd83aaeb03555b03ca76cc8422fbd71006f263e (diff)
Update cmakelist version and default build type
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bc84053..4c4bce6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION "3.15")
+cmake_minimum_required (VERSION "3.13")
set(CMAKE_VERBOSE_MAKEFILE ON)
# You can tweak some common (for all subprojects) stuff here. For example: