Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unknown CMake command "CPMFindPackage" (#699)
Build RMM error: ```shell cmake .. -DCMAKE_INSTALL_PREFIX=/install/path ``` ``` -- Downloading CPM.cmake to ... CMake Error at cmake/Modules/RMM_thirdparty.cmake:5 (CPMFindPackage): Unknown CMake command "CPMFindPackage". Call Stack (most recent call first): CMakeLists.txt:22 (include) ``` Authors: - Hongyu Cai (@standbyme) Approvers: - Kai Germaschewski (@germasch) - Keith Kraus (@kkraus14) URL: #699
- Loading branch information