[cmake-developers] CMake 3.9.3 available for download

2017-09-20 Thread Robert Maynard
We are pleased to announce that CMake 3.9.3 is now available for download. Please use the latest release from our download page: https://cmake.org/download/ Thanks for your support! - Changes in 3.9.3 since 3.9.2: Brad

Re: [cmake-developers] Custom script invocation from imported target

2017-09-20 Thread Robert Maynard
Hi, You are correct that as it stands it is challenging to add custom linking / compilation steps in CMake for moc The challenge with these approaches is that you 1. The unfortunate truth is that a cmake configure time script lacks the required information. Numerous things such as the location

Re: [cmake-developers] Adding compile and build type tests to CMake/CTest

2017-09-20 Thread Edward Diener
On 9/18/2017 8:16 AM, Brad King wrote: On 09/15/2017 09:22 AM, Edward Diener wrote: A gui environment like Visual Studio does provide functionality to just compile one or more source files, and it also provides functionality to just build an executable from one or more source files without

[cmake-developers] Custom script invocation from imported target

2017-09-20 Thread Nagy-Egri Máté Ferenc via cmake-developers
Hi! I am trying to improve the developer experience of SYCL users for both those using triSYCL and ComputeCpp alike. (TL;DR: SYCL is CUDA of OpenCL, triSYCL being a non-conforming playground implementation built atop OpenMP, while ComputeCpp is the first (and only) conforming GPU-accelerated

Re: [cmake-developers] Proposal: Support more protoc options in FindProtobuf

2017-09-20 Thread Brad King
On 09/19/2017 07:50 PM, Peter Mitrano wrote: > Does this sound reasonable? Would this be something I could contribute? Yes, see: https://gitlab.kitware.com/cmake/cmake/blob/master/CONTRIBUTING.rst for instructions. Thanks, -Brad -- Powered by www.kitware.com Please keep messages on-topic

Re: [cmake-developers] GCC x cmake

2017-09-20 Thread Petr Kmoch
On Tue, Sep 19, 2017 at 11:34 AM, Ivam Pretti wrote: > I would like to know what are the advantages or difference when compared >> to GCC compiler. >> >> > I understand from the topic you mean compared to cmake; but the two are > two different things > gcc is a compiler >