mirror of
https://github.com/thisistherk/fast_obj.git
synced 2025-04-04 21:15:04 +00:00
Update CMake file to CMake version 3.5
Fixed this deprecation warning: `` CMake Deprecation Warning at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 3.5 will be removed from a future version of CMake. ``
This commit is contained in:
parent
42629f7442
commit
ddfe2e7f86
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 3.5)
|
||||
|
||||
PROJECT(fast_obj)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue