rapids_export_write_dependencies
Added in version v21.06.00.
Creates a self-contained file that searches for all dependencies for a given export set.
rapids_export_write_dependencies( (BUILD|INSTALL) <export_set> <file_path> )
Generates a self-contained file that will search for all dependencies of a given export_set for the requested mode.
BUILD
Will generate calls for all build directory export set
INSTALL
Will generate calls for all install directory export set
Note
It is better to use rapids_export()
as it generates a complete
CMake config module.