[cmake-developers] FindGTest modification

Zak Eckert eckertzs1 at gmail.com
Tue Mar 15 14:57:31 EDT 2016


I updated to using the CMAKE_CONFIGURE_DEPENDS.  I have attached a patch
that has both commits in it.  Let me know if there are any other issues.

Zak

On Mon, Mar 14, 2016 at 10:58 AM, Brad King <brad.king at kitware.com> wrote:

> On 03/11/2016 12:00 PM, Zak Eckert wrote:
> > + configure_file(${source} ${source}.out COPYONLY)
>
> Thanks.  Please try using CMAKE_CONFIGURE_DEPENDS instead:
>
>   https://cmake.org/cmake/help/v3.5/prop_dir/CMAKE_CONFIGURE_DEPENDS.html
>
> It should be something like:
>
>   set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS ${source})
>
> Thanks,
> -Brad
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20160315/dd821423/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: findGTest.patch
Type: text/x-patch
Size: 2792 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20160315/dd821423/attachment.bin>


More information about the cmake-developers mailing list