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:
Sergey Kosarevsky 2024-12-06 16:46:51 -08:00
parent 8145eb0a94
commit fce8123891

View file

@ -1,4 +1,4 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.5)
CMAKE_MINIMUM_REQUIRED(VERSION 3.5...3.31)
PROJECT(fast_obj)