Lower the message level for missing optional doc components

This commit is contained in:
Ed Hennis
2022-05-25 18:51:44 -04:00
committed by Nik Bougalis
parent 1f75ba23ee
commit 18d437284e

View File

@@ -31,7 +31,7 @@ if (tests)
# find_path sets a CACHE variable, so don't try using a "local" variable. # find_path sets a CACHE variable, so don't try using a "local" variable.
find_path (${variable} "${name}" ${ARGN}) find_path (${variable} "${name}" ${ARGN})
if (NOT ${variable}) if (NOT ${variable})
message (WARNING "could not find ${name}") message (NOTICE "could not find ${name}")
else () else ()
message (STATUS "found ${name}: ${${variable}}/${name}") message (STATUS "found ${name}: ${${variable}}/${name}")
endif () endif ()