diff --git a/CMakeLists.txt b/CMakeLists.txt index 5d66f04..b59d49e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,7 +61,7 @@ if(WIN32) message(STATUS "Using COFF spec: ${COFF_SPEC}") endif() -find_package(mcfp 1.3.4 REQUIRED) +find_package(mcfp 1.3.4 QUIET) if(NOT mcfp_FOUND) include(FetchContent)