Re: [CMake] Partial 3rd-party library management

2012-02-27 Thread Rolf Eike Beer
> In order to maximize our ability to rebuild an exact copy of a previous > revision, our repository carries copies of numerous 3rd party libraries. > > However, in most of their cases we are fairly selective about which > elements we build. > > Downside: "make clean && make" winds up rebuilding al

[CMake] Partial 3rd-party library management

2012-02-26 Thread Oliver Smith
In order to maximize our ability to rebuild an exact copy of a previous revision, our repository carries copies of numerous 3rd party libraries. However, in most of their cases we are fairly selective about which elements we build. Downside: "make clean && make" winds up rebuilding all the da