make cmake output less verbose

This commit is contained in:
2024-10-18 20:33:25 +03:00
parent 92de2c00c0
commit 024f17de91
3 changed files with 5 additions and 2 deletions

View File

@ -11,7 +11,7 @@
set(PHYSFS_VERSION 3.2.0)
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.5)
project(PhysicsFS VERSION ${PHYSFS_VERSION} LANGUAGES C )