Merge pull request #660 from weblucas/patch-1
Fix the cmake_minimum_required for the libktx
This commit is contained in:
commit
c4ebdb9c75
1 changed files with 1 additions and 1 deletions
2
external/CMakeLists.txt
vendored
2
external/CMakeLists.txt
vendored
|
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.8)
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
|
||||
project(external LANGUAGES C CXX)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue