Merge pull request #50 from corporateshark/master

Update CMake file to CMake version 3.5
This commit is contained in:
Richard Knight 2024-11-19 20:38:52 +00:00 committed by GitHub
commit 8145eb0a94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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