CMAKE_FIND_DEBUG_MODE_NO_IMPLICIT_CONFIGURE_LOGΒΆ

Added in version 4.1.

The following commands will report configure log events when they experience a transition between found and not-found states or when the result is first defined:

The CMAKE_FIND_DEBUG_MODE_NO_IMPLICIT_CONFIGURE_LOG boolean variable suppresses these implicit events from the configure log when set to a true value.

set(CMAKE_FIND_DEBUG_MODE_NO_IMPLICIT_CONFIGURE_LOG TRUE)
find_program(...)
set(CMAKE_FIND_DEBUG_MODE_NO_IMPLICIT_CONFIGURE_LOG FALSE)

Default is unset.