Skip to content

Commit e006932

Browse files
committed
Fetch content not quiet
1 parent 2b4fb7f commit e006932

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libjsonexpr/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.18)
33
project(libjsonexpr LANGUAGES CXX)
44

55
include(FetchContent)
6+
set(FETCHCONTENT_QUIET FALSE)
67

78
if (NOT JSONEXPR_USE_SYSTEM_JSON)
89
FetchContent_Declare(json

tests/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.18)
33
project(jsonexpr_tests LANGUAGES CXX)
44

55
include(FetchContent)
6+
set(FETCHCONTENT_QUIET FALSE)
67

78
set(SNITCH_DEFINE_MAIN OFF)
89
FetchContent_Declare(snitch

0 commit comments

Comments
 (0)