The server is in an offline environment, and rapids-cmake always tries to download files from the network. Is there a way to support offline usage of rapids-cmake? Is it sufficient to just download the rapids-cmake repository and then set CMAKE_MODULE_PATH to use it normally?
The server is in an offline environment, and rapids-cmake always tries to download files from the network. Is there a way to support offline usage of rapids-cmake? Is it sufficient to just download the rapids-cmake repository and then set
CMAKE_MODULE_PATHto use it normally?