Skip to content

Commit 35c754f

Browse files
authoredFeb 20, 2025
feat(build): Enable logging output for FetchContent (resolves #56). (#57)
1 parent 983da6f commit 35c754f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cmake_minimum_required(VERSION 3.16)
22

33
include(FetchContent)
4+
set(FETCHCONTENT_QUIET OFF)
45

56
if(NOT CMAKE_TOOLCHAIN_FILE)
67
set(CMAKE_TOOLCHAIN_FILE

0 commit comments

Comments
 (0)