[CMake] Ctest and setting variables via command line

2015-06-03 Thread ycollette . nospam
Hello, With the current version of CTest.cmake, it's not possible to set the CTEST_DROP_SITE and some others variables via a cmake command line. The only solution is to add a CTestConfig.cmake file is the source directory. What about changing this part of CTest.cmake: if(EXISTS "${PROJECT_SOU

[CMake] Deadline Approaching: The Global Technology Management Conference 2015 - USA

2015-06-03 Thread Jackie Blanco
The Global Technology Management Conference (GTMC2015) Bemidji State University, Minnesota, USA July 15 - 17, 2015 http://sdiwc.net/conferences/gtmc2015/ You are invited to participate in The Global Technology Management Conference (GTMC2015) that will be held at Bemidji State University, Minne

Re: [CMake] Conditional transitive link libraries

2015-06-03 Thread Stephen Kelly
Daniel Wirtz wrote: > Hey, > > so while this is a suitable solution for 3-level transitive packages, it > will break as soon as you have I don't understand. Please provide an http://sscce.org/ if you can. > more than that.. > i realized there is no "native" solution to the problem, and the The

Re: [CMake] Conditional transitive link libraries

2015-06-03 Thread Daniel Wirtz
Hey, so while this is a suitable solution for 3-level transitive packages, it will break as soon as you have more than that.. i realized there is no "native" solution to the problem, and the solution in the below link indeed helps for many cases. however, facing a ever-more cmake'ified softwar

Re: [CMake] Conditional transitive link libraries

2015-06-03 Thread Stephen Kelly
Daniel Wirtz wrote: > Hello all, > > I'm struggling with the CMake "Config"-based package description when > using two depending packages where the upstream package has optional > link libraries. For reference, you have the right answer and the link to the right documentation on SO http://sta

[CMake] Find a 64-bit library

2015-06-03 Thread Micha Renner
Hallo, I want to find the library MSImg32 on a Windos 8.1 system 64-bit. The library is located here: "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\x64 \MSImg32.Lib" "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\MSImg32.Lib" "C:\Program Files (x86)\Windows Kits\8.0\Lib\win8\

[CMake] add_custom_command taints main dependency file?

2015-06-03 Thread Anders Lindgren
Hi! I just noticed that add_custom_command() "taints" the main dependency file, a behavior that in counter-intuitive and does not correspond to the description in the CMake manual. The following files demonstrates the problem: CMakeLists.txt cmake_minimum_required(VERSION 3.1) add_custom_c