-
Notifications
You must be signed in to change notification settings - Fork 915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Unknown CMake command "CPMFindPackage" #7537
Comments
cc @robertmaynard @trxcllnt any ideas here? Environment has CMake 3.18.5 |
Is this a custom build of CMake? My first thought was that SSL wasn't enabled and therefore CPM can't be downloaded as CMake doesn't have https support. |
It's the CMake conda package |
If the download failed due to something like a |
We should probably contribute this upstream to CPM as well. It also allows us to use a hash for the download to guarantee the package doesn't get changed out from underneath us. |
@ChenZhongPu thanks for reporting. Does this happen consistently for you? |
Yes, I am stuck with this error building message now. |
@ChenZhongPu Is |
Thanks for the hint. As you said, it is caused by the network block, and now it is able to use But another issue arises for
Should I close this and open a new issue? |
That should have been fixed in #7533, so maybe try pulling the latest and trying again? |
I pulled the latest, but another issue comes:
Any hit? |
@ChenZhongPu that looks like an out of memory error during compilation. Can try running with fewer concurrent jobs via |
Thanks a lot. It works. |
i met a similar error when i build libcudf use |
Could you please open a new issue for discussion? If you're killed |
Describe the bug
./build.sh
throws an error: Unknown CMake command "CPMFindPackage".Steps/Code to reproduce bug
./build.sh
Environment overview
Environment details
Click here to see environment details
The text was updated successfully, but these errors were encountered: