mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Lower the message level for missing optional doc components
This commit is contained in:
@@ -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 ()
|
||||||
|
|||||||
Reference in New Issue
Block a user