diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index ce9d83da44..65fd91741a 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -2,6 +2,7 @@ include_directories(${libheif_BINARY_DIR} ${libheif_SOURCE_DIR}/libheif ${libheif_SOURCE_DIR}/libheif/api) Include(FetchContent) +set(FETCHCONTENT_QUIET FALSE) FetchContent_Declare( Catch2