(Chore): Set fetch content quiet flag off
This commit is contained in:
parent
c3a12ef7ec
commit
5a0dbe9a5a
@ -8,6 +8,12 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
|||||||
# nvim/fleet users (ONLY WORKS WITH MINGW/NINJA BUILDERS)
|
# nvim/fleet users (ONLY WORKS WITH MINGW/NINJA BUILDERS)
|
||||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||||
|
|
||||||
|
# Need this to make FETCHCONTENT_QUIET off
|
||||||
|
if(POLICY CMP0077)
|
||||||
|
cmake_policy(SET CMP0077 NEW)
|
||||||
|
endif()
|
||||||
|
set(FETCHCONTENT_QUIET OFF)
|
||||||
|
|
||||||
include(FetchContent)
|
include(FetchContent)
|
||||||
# Dependencies
|
# Dependencies
|
||||||
## - Raylib
|
## - Raylib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user