[CMake] CTest internally run tests in debugger

2014-02-28 Thread George
Hi! I have a bit of an odd request, but here goes. I have a situation where I get an intermittent failure in one of my nightly tests and it would be great if CTest could run the test in a debugger for me and I could attach to the process it ran to see what was going on. Is there anything existing t

[CMake] PROTECTED_AT: double encoding in CPack?

2014-02-28 Thread Ian Monroe
I'm getting errors like: error: File not found: /home/ian/atlassian/quipchat-installer/build64/quipchat-prefix/src/quipchat-build/_CPack_Packages/Linux/RPM/hipchat-2.1.60090-Linux/opt/HipChat/lib/QtQuick/Controls/Styles/Base/images/arrow-up@PROTECTED_AT @2x.png When generating an RPM with CPack.

Re: [CMake] Evaluating CMake for My Project, some questions

2014-02-28 Thread Alexander Neundorf
On Wednesday, February 26, 2014 22:16:34 peter.wri...@microchip.com wrote: > I'm trying to see if CMake would be right for a project I'm working on. > We're in need of a configuration tool but there are a few things that I'm > not sure if CMake can do for us. > > 1. The first deals with the GUI f

[CMake] CMake 3.0-rc1 now ready for testing!

2014-02-28 Thread Robert Maynard
I am proud to announce that CMake 3.0 has entered the release candidate stage. Sources and binaries are available at: http://www.cmake.org/files/v3.0/?C=M;O=D Documentation is available at: http://www.cmake.org/cmake/help/v3.0 Release notes appear below and are also published at http://www

[CMake] What folders does "CHECK_INCLUDE_FILES" look into?

2014-02-28 Thread Mathias Bauer
Hi list, I'm wandering why a particular header file (pthread.h) is found by CMake on one platform, but not on another, though the header file is present in the same folder on both of them. There is no visible difference in how CMake is called, so how can this difference be explained? I had a

Re: [CMake] How to merge dependencies of a static lib with itself?

2014-02-28 Thread Matthew Woehlke
On 2014-02-28 05:47, Shobhit Shrivastava wrote: I am working on creating an SDK from an existing product's code base and use it as an independent static library. The issue I am facing is that the older product, let's say MM, used to link with all the dependencies in the executable but I have to p

Re: [CMake] CPack installation directory

2014-02-28 Thread Nils Gladitz
On 02/28/2014 02:29 PM, Lars wrote: How can I configure the wix generator to produce a msi which by default install files to c:\tbd ? This is currently not possible. You can customize below the architecture specific Program Files directory with CPACK_PACKAGE_INSTALL_DIRECTORY but you can not

[CMake] CPack installation directory

2014-02-28 Thread Lars
Hello, Using CMake version 2.8.12.1 on Windows 7 Here is a test project which produces a MSI which by default installs files to "C:\Program Files (x86)\Product\" CMAKE_MINIMUM_REQUIRED(VERSION 2.8.11) PROJECT(TBD) SET(CPACK_PACKAGE_NAME "TBD") SET(CPACK_INSTALL_PREFIX "C:/TBD") SET(CPAC

[CMake] CMake build for gnustep/libobjc2 on Ubuntu Touch

2014-02-28 Thread Mathias Bauer
Hi dear list members, I have built libobjc2 using CMake with clang on several systems with X86 or ARM without a problem, but on Ubuntu Touch my build fails and I can't figure out what goes wrong. CMake complains when trying to configure the libobjc2 build: No C++ runtime library found Lookin

[CMake] How to merge dependencies of a static lib with itself?

2014-02-28 Thread Shobhit Shrivastava
I am working on creating an SDK from an existing product's code base and use it as an independent static library. The issue I am facing is that the older product, let's say MM, used to link with all the dependencies in the executable but I have to provide one monolith SDK lib that contains all its