Re: [cmake-developers] automatically download library

2015-10-08 Thread 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 install. > Example: >auto_downland(apt-get) >find_package

Re: [cmake-developers] automatically download library

2015-10-06 Thread Ryan Schmidt
On Oct 6, 2015, at 7:22 AM, Марсель Галимуллин wrote: > 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 >

Re: [cmake-developers] cmake fails to identify C and CXX compiler when building universal

2015-09-29 Thread Ryan Schmidt
On Sep 29, 2015, at 1:54 AM, Nils Gladitz wrote: > Is it possible that beyond setting CMAKE_OSX_ARCHITECTURES the project also > tries to manually add -arch flags to CFLAGS/CXXFLAGS? > > The test binary produced for compiler identification with just > CMAKE_OSX_ARCHITECTURES set is not a fat

[cmake-developers] cmake fails to identify C and CXX compiler when building universal

2015-09-28 Thread Ryan Schmidt
Hello, I am a developer with the MacPorts package management system, and I want to report to you a bug in cmake 3.3.2 that affects OS X. I was going to file a bug report in your issue tracker, but the bright yellow box at the top of the "report issue" page made it sound like I should send my