Re: [cmake-developers] get_target_property() windows vs mac

2013-08-07 Thread Brad King
On 08/07/2013 03:51 PM, Loretta London wrote: > get_target_property(cdp-exe cdp LOCATION) > > This call is supposed to get the location of my executable file. This line of > code works correctly on Macs, but it does not work correctly on Windows. > Here's what happens when I attempt to get the l

Re: [cmake-developers] Please review CXXFeatures.cmake

2013-08-07 Thread Rolf Eike Beer
Brad King wrote: > On 08/02/2013 05:20 PM, Rolf Eike Beer wrote: > > Brad, please don't merge that next week > > Okay. We're preparing 2.8.12 rc1 this week so I think we'll > hold off CXXFeatures until after 2.8.12 anyway. I have pushed a fix for 14303 to next. Please have a look. Without this

[cmake-developers] get_target_property() windows vs mac

2013-08-07 Thread Loretta London
Dear To Whom This May Concern, I had a question regarding the function get_target_property(). I am using the following call: get_target_property(cdp-exe cdp LOCATION) This call is supposed to get the location of my executable file. This line of code works correctly on Macs, but it does not wor

[cmake-developers] QNX QCC and _CMAKE_TOOLCHAIN_PREFIX

2013-08-07 Thread Stephen Kelly
Hi there, I can use a trivial toolchain file to compile for QNX with qcc: SET(CMAKE_SYSTEM_NAME QNX) SET(arch gcc_ntoarmv7le) SET(CMAKE_C_COMPILER qcc -V${arch}) SET(CMAKE_CXX_COMPILER QCC -V${arch}) SET(CMAKE_FIND_ROOT_PATH $ENV{QNX_TARGET}/armle-v7 $ENV{QNX_TARGET}) set(CMAKE_FIND_ROOT

Re: [cmake-developers] "Nightly" dashboards from mug.neocisinc

2013-08-07 Thread Brad King
On 08/07/2013 08:56 AM, David Cole wrote: > However, the 18 new warnings on that same dashboard are real http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ae6a5ea5 -Brad -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Re: [cmake-developers] "Nightly" dashboards from mug.neocisinc

2013-08-07 Thread Brad King
On 08/07/2013 08:56 AM, David Cole wrote: > Looks like CMake needs Visual Studio 2012 (and 2013, too) "Nightly > Expected" dashboards. It had them once on dash5-vm5 but it ran out of disk space after a windows update and no longer works. We haven't had time to set up a new one. Once mug.neocisi

Re: [cmake-developers] "Nightly" dashboards from mug.neocisinc

2013-08-07 Thread David Cole
The massive test failures on the Nightly from mug.neocisinc are my fault, so no need to investigate However, the 18 new warnings on that same dashboard are real, and specific to Visual Studio 2012 and later. As shown by this subsequent Experimental, where all the tests pass again after I f

Re: [cmake-developers] "Nightly" dashboards from mug.neocisinc

2013-08-07 Thread Brad King
On 08/07/2013 07:32 AM, David Cole wrote: > The massive test failures on the Nightly from mug.neocisinc are my > fault, so no need to investigate: I moved some scripts around > yesterday, and missed one reference to the moved scripts, so "ninja" > wasn't quite where it was supposed to be anymore

[cmake-developers] "Nightly" dashboards from mug.neocisinc

2013-08-07 Thread David Cole
The massive test failures on the Nightly from mug.neocisinc are my fault, so no need to investigate: I moved some scripts around yesterday, and missed one reference to the moved scripts, so "ninja" wasn't quite where it was supposed to be anymore... I'll get it fixed up today. Sorry, David C,