We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
FetchContent
1 parent 983da6f commit 35c754fCopy full SHA for 35c754f
CMakeLists.txt
@@ -1,6 +1,7 @@
1
cmake_minimum_required(VERSION 3.16)
2
3
include(FetchContent)
4
+set(FETCHCONTENT_QUIET OFF)
5
6
if(NOT CMAKE_TOOLCHAIN_FILE)
7
set(CMAKE_TOOLCHAIN_FILE
0 commit comments