[cmake-developers] cc: ​acomp failed forSour​ce/CursesDialog/form​/fld_arg.c​

2014-09-21 Thread dev
Ran into what looks like a small issue : [ 48%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_arg.c.o /usr/local/build/cmake-3.0.2/Source/CursesDialog/form/form.h, line 46: cannot find include file: ncurses/ncurses.h which is odd because I do have

Re: [cmake-developers] [PATCH] stage/fix-OSX-bundle-rpaths-and-Qt5

2014-09-21 Thread Adam Strzelecki
FYI I pushed updated branch stage/fix-OSX-bundle-rpaths-and-Qt5 with reworked codesign fix at e6cdf62d3a7d8b30466bb82f04026f8a06222c8a. The previous worked well for = 10.9.4, but doesn't work anymore. Since 10.9.5 there is new policy that prevents codesign when bundle contains framework with

Re: [cmake-developers] [PATCH] FindCUDA: Wrap keyword in if() string comparison

2014-09-21 Thread Adam Strzelecki
FYI unfortunately this solution does not work for CMakeFiles.txt with cmake_minimum_required(VERSION 2.6.1) or earlier because of CMP0011 that does implicit PUSH/POP does not work there. So setting cmake_policy(SET CMP0054 NEW) is internal modules will cause this policy to be not popped and

Re: [cmake-developers] [PATCH] FindCUDA: Wrap keyword in if() string comparison

2014-09-21 Thread Adam Strzelecki
Addendum: Maybe CMP0011 should be forced implicitly for all built-in modules? --Adam -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more

Re: [cmake-developers] Extracting target metadata, IDE integration

2014-09-21 Thread Alexander Neundorf
On Friday, September 19, 2014 21:53:40 Alexander Neundorf wrote: On Friday, September 19, 2014 13:44:45 Brad King wrote: ... * Don't IDEs want to know the list of source files so they can be used for editing? I haven't looked at what the Extra generators produce in a while but