Merge pull request #51 from corporateshark/master

Update CMake file to CMake version `3.5...3.31`
This commit is contained in:
Richard Knight 2024-12-10 08:53:05 +00:00 committed by GitHub
commit 9884aa86b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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