This library performs checks on the installed system to verify which optional components are available and whether all libraries that load shared objects/DLLs can be loaded.
If issues are found it prints a diagnostic message with a link to a wiki page with additional information about the issue.
optional_not_found
(optional component is not present), not_found
(component is
not present) or failed
(component is present but cannot be
loaded).cmake -DINSTALL_TESTS=ON
Options processed:
false
, do not test the packagesWhen running this predicate the working directory must be writeable and allow for writing executable files. This is due to tests for file system interaction and tests for generating stand-alone executables.
The following predicates are exported from this file while their implementation is defined in imported modules or non-module files loaded by this module.
cmake -DINSTALL_TESTS=ON
Options processed:
false
, do not test the packagesWhen running this predicate the working directory must be writeable and allow for writing executable files. This is due to tests for file system interaction and tests for generating stand-alone executables.