Re: [CMake] Eclipse generator - scanner-discovered include pathsand pre-processor symbols

2011-04-03 Thread Alexander Neundorf
Hi, On Tuesday 29 March 2011, Chatterjee, Shash wrote: > Hi Alex, > > Thanks for the change. The version you sent didn't end up working here > (with just a CXX project). The line to set the compiler is checking for > "CXX" but, at least on my system, "${_lang}" is set to "c++". Once I > changed

Re: [CMake] INSTALL(EXPORT) does not honor LINK_INTERFACE_LIBRARIES?

2011-04-03 Thread Michael Hertling
On 04/02/2011 10:52 AM, Rolf Eike Beer wrote: > Am Donnerstag, 31. März 2011, 15:26:31 schrieb Brad King: >> On 03/31/2011 09:14 AM, Rolf Eike Beer wrote: >>> See below. Looks like the only way to prevent this is to set >>> LINK_INTERFACE_LIBRARIES to empty for every lib that uses the static >>> li

Re: [CMake] Failures on Nightly CMake Dashboard

2011-04-03 Thread Bill Hoffman
The machine cmake.org was offline. It is back up now. On Sat, Apr 2, 2011 at 10:41 PM, Richard Wackerbarth wrote: > All of my Nightly runs of the CMake Dashboard are failing to update with > > > > Determine Nightly Start Time >   Specified time: 1:00:00 UTC >   Use Night

[CMake] Failures on Nightly CMake Dashboard

2011-04-03 Thread Richard Wackerbarth
All of my Nightly runs of the CMake Dashboard are failing to update with Determine Nightly Start Time Specified time: 1:00:00 UTC Use Nightly tag: 20110403-0100 Starting fresh build... Updating the repository: /usr/home/dashboard/Dashboards/Chameleon-01/CMake/Nightly/CMake Use GIT

Re: [CMake] Exclude source files from build for a specific configuration with Visual Studio

2011-04-03 Thread Michael Hertling
On 04/01/2011 03:02 PM, Gaylord Charles wrote: > Hello, > > I am migrating a project from Visual Studio 8 to CMake and I look for a way > to exclude files from build for a defined configuration. > > I think the "HEADER_FILE_ONLY" source file property can suit my needs and it > would be great to h

[CMake] Dependencies scanning for non-c/c++ files

2011-04-03 Thread Aaron_Wright
I have some m4 files in my build that include other m4 files, so there's a dependency between m4 files that can change at any time. I can calculate the dependency at configure time, but what can I do when the files change and I need to recalculate the dependencies? This is obviously handled for