CMake has finally documented standard variables and how to implement and document a Find module using reStructuredText. Also, use the CMake suggested Find module license to enable contribution of these modules upstream. The Find modules should use <Pkg>_ROOT instead of <Pkg>_DIR for the base directory, i.e., installation prefix of the found package. This variable should be set by basis_find_package to DEPENDS_<Pkg>_DIR.
CMake has finally documented standard variables and how to implement and document a Find module using reStructuredText. Also, use the CMake suggested Find module license to enable contribution of these modules upstream. The Find modules should use
<Pkg>_ROOT
instead of<Pkg>_DIR
for the base directory, i.e., installation prefix of the found package. This variable should be set bybasis_find_package
toDEPENDS_<Pkg>_DIR
.