[cmake-developers] FindCUDA: Clang/CUDA Support

2016-03-16 Thread Huebl, Axel
Hi everyone, I was wondering if someone is already working on Clang/CUDA support for the FindCUDA module. With clang 3.8 the --cuda-arch and --cuda-path directives allow to compile .cu files as an alternative to nvcc. Maybe we could just specify a steering variable such as

Re: [cmake-developers] Ninja and add_subdirectory EXCLUDE_FROM_ALL

2016-03-16 Thread Charles Huet
> This is per-target and is different than add_subdirectory EXCLUDE_FROM_ALL. We should still honor this. Ok, done. > The rules we're generating here could work like that too. Each one depends on all the targets defined in its own directory and on the directory-level target for subdirectories.

Re: [cmake-developers] find_package with NO_MODULE while cross-compiling

2016-03-16 Thread Julien Schueller
Oh, I did not see this one at all, thanks a lot Nils! Julien - Mail original - > De: "Nils Gladitz" > À: "Julien Schueller" , "CMake Developers" > > Envoyé: Mardi 15 Mars 2016 23:24:05 > Objet: Re:

Re: [cmake-developers] Patch to only consider build dependencies between files in the source directory

2016-03-16 Thread Attila Krasznahorkay
Hi Brad, All valid points. Will try to make a new patch today. Cheers, Attila > On 15 Mar 2016, at 19:13, Brad King wrote: > > On 03/15/2016 10:48 AM, Attila Krasznahorkay wrote: >> https://cmake.org/pipermail/cmake-developers/2015-December/027197.html >> >>