make cmake output less verbose
This commit is contained in:
@ -2,6 +2,9 @@ cmake_minimum_required(VERSION 3.21)
|
||||
|
||||
project(townengine LANGUAGES C)
|
||||
|
||||
set(CMAKE_MESSAGE_LOG_LEVEL "WARNING")
|
||||
set(CMAKE_INSTALL_MESSAGE NEVER)
|
||||
|
||||
# SDL dependencies
|
||||
# for whatever reason Emscripten has SDL2 config, but not actual SDL2 port by default
|
||||
if(NOT EMSCRIPTEN)
|
||||
|
Reference in New Issue
Block a user