mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-06 03:25:36 +00:00
CMake: Don't print status messages for deps CMakeLists
fmt is noisy.
This commit is contained in:
parent
455836af89
commit
51bef1b3da
@ -1,3 +1,6 @@
|
|||||||
|
set(_saved_CMAKE_MESSAGE_LOG_LEVEL ${CMAKE_MESSAGE_LOG_LEVEL})
|
||||||
|
set(CMAKE_MESSAGE_LOG_LEVEL NOTICE)
|
||||||
|
|
||||||
set(FMT_INSTALL OFF CACHE BOOL "")
|
set(FMT_INSTALL OFF CACHE BOOL "")
|
||||||
add_subdirectory(fmt EXCLUDE_FROM_ALL)
|
add_subdirectory(fmt EXCLUDE_FROM_ALL)
|
||||||
disable_compiler_warnings_for_target(fmt)
|
disable_compiler_warnings_for_target(fmt)
|
||||||
@ -55,3 +58,4 @@ if(WIN32)
|
|||||||
add_subdirectory(winpixeventruntime EXCLUDE_FROM_ALL)
|
add_subdirectory(winpixeventruntime EXCLUDE_FROM_ALL)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
set(CMAKE_MESSAGE_LOG_LEVEL ${_saved_CMAKE_MESSAGE_LOG_LEVEL})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user