mirror of
https://github.com/thisistherk/fast_obj.git
synced 2025-04-03 20:45:02 +00:00
Update CMake file to CMake version 3.5...3.31
This approach allows us to maintain compatibility with the minimum supported CMake version 3.5, while suppressing all policy warnings up to the latest version 3.31.
This commit is contained in:
parent
8145eb0a94
commit
fce8123891
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
CMAKE_MINIMUM_REQUIRED(VERSION 3.5)
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 3.5...3.31)
|
||||
|
||||
PROJECT(fast_obj)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue