quiet down cmake

This commit is contained in:
Florian Lüke 2024-11-21 19:30:59 +01:00
parent 8a2c2aa7fd
commit 44c0d77365

View file

@ -1,4 +1,4 @@
find_package(nng)
find_package(nng QUIET)
if(NOT nng)
message("-- Using nng from external/nng")
@ -8,7 +8,7 @@ if(NOT nng)
add_subdirectory(nng)
endif()
find_package(mesytec-mvlc)
find_package(mesytec-mvlc QUIET)
if (NOT mesytec-mvlc)
message("-- Using mesytec-mvlc from external/mesytec-mvlc")