Re: [cmake-developers] automatically download library

2015-10-09 Thread Марсель Галимуллин
Thanks for your comments. 08.10.2015 18:41, Ryan Schmidt пишет: On Oct 8, 2015, at 10:06 AM, Marsel Galimullin wrote: The idea is that CMake has possibility to contact with package managers for download necessary libraries. If “find_package” can’t find a library, it need to call apt-get

[cmake-developers] automatically download library

2015-10-06 Thread Марсель Галимуллин
Hello!I'm student of the University LETI and as a masrer's thesis I want to develop an extension to CMake. It is expected that this extension will automatically download missing library if instruction such as «find_package (Boost COMPONENTS system thread REQUIRED)» can not find the package. Could