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
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
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
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
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
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\
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