| Did you know ... | Search Documentation: | 
| check_installation.pl -- Check installation issues and features | 
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.
 check_installation is detIf issues are found it prints a diagnostic message with a link to a wiki page with additional information about the issue.
 check_installation(-Issues:list(pair)) is detoptional_not_found
(optional component is not present), not_found (component is
not present) or failed (component is present but cannot be
loaded).
 test_installation is semidet
 test_installation(+Options) is semidetcmake -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.
 check_config_files
 update_config_filesThe following predicates are exported from this file while their implementation is defined in imported modules or non-module files loaded by this module.
 test_installation is semidet
 test_installation(+Options) is semidetcmake -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.