[CMake] Is there a "package" equivalent for CMAKE_SKIP_INSTALL_ALL_DEPENDENCY

Craig Scott craig.scott at crascit.com
Fri Oct 25 20:09:25 EDT 2019


On Sat, Oct 26, 2019 at 10:39 AM Scott Bloom <scott at towel42.com> wrote:

> I’m looking for an equivalent to CMAKE_SKIP_INSTALL_ALL_DEPENDENCY for
> packages, so when I do a make package, it doesn’t build all first.
>
>
>
> Does one exist?
>

You can just invoke cpack directly instead of doing a make package.

-- 
Craig Scott
Melbourne, Australia
https://crascit.com

Get the hand-book for every CMake user: Professional CMake: A Practical
Guide <https://crascit.com/professional-cmake/>
Consulting services (CMake, C++, build/release processes):
https://crascit.com/services
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://cmake.org/pipermail/cmake/attachments/20191026/603927b9/attachment.html>


More information about the CMake mailing list