diff options
author | crupest <crupest@outlook.com> | 2019-03-28 18:37:02 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-28 18:37:02 +0800 |
commit | d72ff7334270de91242240d45263783e72546a1e (patch) | |
tree | f7e6bb13b4efb69d108e1521035b929137b6dd33 /CMakeLists.txt | |
parent | ae41f140bfe121274311e00ddd74f7bd9b192819 (diff) | |
download | cru-d72ff7334270de91242240d45263783e72546a1e.tar.gz cru-d72ff7334270de91242240d45263783e72546a1e.tar.bz2 cru-d72ff7334270de91242240d45263783e72546a1e.zip |
...
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index db155296..df3e99f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.14) +cmake_minimum_required(VERSION 3.12) # use 3.12 because VS internal cmake is 3.12 project(CruUI) |