Re: [cmake-developers] cmake --help-concept

2013-09-14 Thread Stephen Kelly
Brad King wrote: On 08/28/2013 03:28 PM, Stephen Kelly wrote: We should add these concept sections to the docs and we can add 'See the documentation of the generator_expression concept' where it makes sense. We should not change or extend the markup or make adding these concept sections

Re: [cmake-developers] cmake --help-concept

2013-09-14 Thread Alexander Neundorf
On Saturday 14 September 2013, Stephen Kelly wrote: Brad King wrote: On 08/28/2013 03:28 PM, Stephen Kelly wrote: We should add these concept sections to the docs and we can add 'See the documentation of the generator_expression concept' where it makes sense. We should not change or

Re: [cmake-developers] (naming-)convention for ALIAS and INTERFACE targets

2013-09-14 Thread Alexander Neundorf
On Friday 13 September 2013, Daniel Pfeifer wrote: Hi Steve and all, we restarted the CMake-ification of molularized Boost with modern CMake features here: https://github.com/boost-cmake/boost-cmake We want to be able to build all Boost libraries together, but also each library on its

Re: [cmake-developers] cmake --help-concept

2013-09-14 Thread Stephen Kelly
Alexander Neundorf wrote: On Saturday 14 September 2013, Stephen Kelly wrote: Brad King wrote: On 08/28/2013 03:28 PM, Stephen Kelly wrote: We should add these concept sections to the docs and we can add 'See the documentation of the generator_expression concept' where it makes sense.

[cmake-developers] CMake libarchive bug? (not new...)

2013-09-14 Thread David Cole
CMake 2.8.12-rc3 cannot extract these .tar.gz files via cmake -E tar xzf: https://github.com/zeromq/zeromq3-x/archive/v3.2.2.tar.gz https://github.com/zeromq/zeromq3-x/archive/v3.2.3.tar.gz https://github.com/zeromq/zeromq3-x/archive/master.tar.gz But this is not a recent (if at all)

Re: [cmake-developers] CMake libarchive bug? (not new...)

2013-09-14 Thread Eric Noulard
2013/9/14 David Cole dlrd...@aol.com: CMake 2.8.12-rc3 cannot extract these .tar.gz files via cmake -E tar xzf: https://github.com/zeromq/zeromq3-x/archive/v3.2.2.tar.gz https://github.com/zeromq/zeromq3-x/archive/v3.2.3.tar.gz

Re: [cmake-developers] CMake libarchive bug? (not new...)

2013-09-14 Thread David Cole
Ah, of course. A symlink. Thank you. Yes, I'm on Windows and using the pre-built binaries of CMake from cmake.org. It's annoying that cross-platform projects actually have symlinks in their source trees. Thanks, D -- Powered by www.kitware.com Visit other Kitware open-source projects