diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2017-12-16 18:21:31 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2017-12-16 18:21:31 +0000 |
| commit | cf292c54ddf031a9d54056fdd93064ff24eb134d (patch) | |
| tree | 774f5778dfd1911704eb6e7073a51c1db8421ae4 /TextureLoader | |
| parent | Updated minimum CMake version (diff) | |
| download | DiligentTools-cf292c54ddf031a9d54056fdd93064ff24eb134d.tar.gz DiligentTools-cf292c54ddf031a9d54056fdd93064ff24eb134d.zip | |
Cmake: downgraded minimum required version to 3.6 to allow Android build
Diffstat (limited to 'TextureLoader')
| -rw-r--r-- | TextureLoader/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TextureLoader/CMakeLists.txt b/TextureLoader/CMakeLists.txt index 18ea62f..d4dd998 100644 --- a/TextureLoader/CMakeLists.txt +++ b/TextureLoader/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.10) +cmake_minimum_required (VERSION 3.6) project(TextureLoader CXX) |
