Re: [cmake-developers] [PATCH v2] ExternalProject: Allow TLS_VERIFY for git clones

2016-04-06 Thread Brad King
On 04/01/2016 01:18 PM, Ben Boeckel wrote: > On Fri, Apr 01, 2016 at 15:39:26 +0100, Samir Benmendil wrote: >> Use the git config `http.sslVerify=false` to disable strict ssl for git >> commands. > > I've pushed this into next for testing. FYI, the patch is now in 'master'. However, I since

Re: [cmake-developers] [CMake] add_custom_command() OUTPUT does not accept generator expressions, why?

2016-04-06 Thread Yves Frederix
> add_library(test_lib STATIC $/generated_file.cpp) > add_custom_command(OUTPUT $/generated_file.cpp > ...) > > When we compute the output information like target file directory and > target file name we need to also determine the linker language. For > that we need the full list of source

[cmake-developers] [CMake 0016051]: Incorrect archive generated with CPACK_ARCHIVE_COMPONENT_INSTALL=ON with non-empty directory behind a symlink

2016-04-06 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=16051 == Reported By:benoit.barbier Assigned To:

Re: [cmake-developers] [CMake] add_custom_command() OUTPUT does not accept generator expressions, why?

2016-04-06 Thread Brad King
On 04/06/2016 08:02 AM, Petr Kmoch wrote: > On 6 April 2016 at 09:51, Yves Frederix wrote: >> add_custom_target(test_target ALL SOURCES >> $/generated_file.cpp) Watch out for circular logic here. For example: add_library(test_lib STATIC $/generated_file.cpp) add_custom_command(OUTPUT

Re: [cmake-developers] [CMake] add_custom_command() OUTPUT does not accept generator expressions, why?

2016-04-06 Thread Petr Kmoch
On 6 April 2016 at 09:51, Yves Frederix wrote: > [...] > So, basically, a prerequisite for the above > to work is that CMake behaves nicely for the following as well: > > add_library(test_lib STATIC existing_file_$.cpp) > > At this moment CMake supports generator

Re: [cmake-developers] [CMake] add_custom_command() OUTPUT does not accept generator expressions, why?

2016-04-06 Thread Yves Frederix
Hi Brad, Thanks for the pointers. I played with this a bit over the last week, mainly to get familiar with the CMake internals, and it seems that there are some things that might need discussion before getting to a solution. Note that all my experiments were done using the VS generator. What we

Re: [cmake-developers] RFC: CMake precompiled header support and custom compiler based implementation

2016-04-06 Thread Jean-Michaël Celerier
Hi, could you give a try to the branch ? :) Jean-Michaël Celerier On Sat, Dec 5, 2015 at 1:39 PM, David Cole via cmake-developers < cmake-developers@cmake.org> wrote: > Yes, that looks like it should work. I'll pull your branch and give it a > try sometime in the coming week. > > Thanks, >

[cmake-developers] [CMake 0016050]: Missing source files generate broken Makefiles (NMake)

2016-04-06 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=16050 == Reported By:Lluís Batlle Assigned To: