cpm-cmake / CPM.cmake

📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management.
MIT License
2.97k stars 184 forks source link

how to set CPM_DOWNLOAD_ALL? #374

Open StromanStroman opened 2 years ago

StromanStroman commented 2 years ago

I'm a new in cmake and cpm. I don't know where to set it. I don't know how to set it. I just wanna reuse sources and builds. readme.md does not cover all caes I don't know. So would you explain it to me?Thank you.

OlivierLDff commented 2 years ago
cmake -DCPM_DOWNLOAD_ALL=ON ..
AbnormalProgrammer commented 2 years ago

Thank you,I'll have a try