[Cmake-commits] CMake branch, master, updated. v3.9.1-713-gad1b9eb

2017-09-04 Thread Kitware Robot
_VERSION_MINOR 9) -set(CMake_VERSION_PATCH 20170904) +set(CMake_VERSION_PATCH 20170905) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/

Re: [CMake] Understanding constraint graph cycles

2017-09-04 Thread James Turner
> On 4 Sep 2017, at 18:37, Robert Maynard wrote: > > Yes you are correct the issue is related to rpath. When CMake constructs the > rpath for the library linking it will have two paths ( > /home/jenkins/workspace/FlightGear/dist/lib64, >

[CMake] Using CMake with WEC 2013 and VS 2015

2017-09-04 Thread Aleksandar Fabijanic
Hello, I am trying to generate a VS 2015 project for a WEC 2015 (CMakeLists.txt works fine for generation of the projects for "regular" VC 2015 platform target). I have the WEC, Platform builder etc installed, my SDK (SDK1) built and installed; I can create and build a "hello world" console app

Re: [CMake] Understanding constraint graph cycles

2017-09-04 Thread Robert Maynard
Hi, Yes you are correct the issue is related to rpath. When CMake constructs the rpath for the library linking it will have two paths ( /home/jenkins/workspace/FlightGear/dist/lib64, /home/jenkins/workspace/SimGear/dist/lib64) each that contain a copy of libosgText.so.130. CMake is warning that

Re: [CMake] Ctest and AND operator on labels

2017-09-04 Thread Eric Noulard
2017-09-04 15:38 GMT+02:00 : > Hello, > > I would like to launch tests with 2 specific labels: LEVEL1 and NEW > To launch tests with several labels and the OR logical operator, you can > do that: > cmake -L "(LEVEL1|NEW)" > > But how can you perform the AND operator ? >

Re: [cmake-developers] CTest script and many subprojects

2017-09-04 Thread Wouter Klouwen
Hi Zack, On 04/09/17 15:13, Zack Galbreath wrote: On Mon, Sep 4, 2017 at 7:50 AM, Wouter Klouwen > wrote: I think if I want it to work in the most optimal way where ctest can schedule all tests in the mega project for all

Re: [cmake-developers] CTest script and many subprojects

2017-09-04 Thread Zack Galbreath
On Mon, Sep 4, 2017 at 7:50 AM, Wouter Klouwen wrote: > I think if I want it to work in the most optimal way where ctest can > schedule all tests in the mega project for all sub projects in > accordance with its load balancing, the SubProject attribute would have > to

Re: [CMake] Adding compile and build type tests to CMake/CTest

2017-09-04 Thread Roger Leigh
On 04/09/17 14:40, Edward Diener wrote: Boost Build has tests for running an application successfully or not, for compiling one or more source files successfully or not, and for building one or more source files into an exe or not. These tests in Boost Build are the run/run-fail,

[CMake] Adding compile and build type tests to CMake/CTest

2017-09-04 Thread Edward Diener
Boost Build has tests for running an application successfully or not, for compiling one or more source files successfully or not, and for building one or more source files into an exe or not. These tests in Boost Build are the run/run-fail, compile/compile-fail, and link/link-fail rules.

[CMake] Ctest and AND operator on labels

2017-09-04 Thread ycollette . nospam
Hello, I would like to launch tests with 2 specific labels: LEVEL1 and NEW To launch tests with several labels and the OR logical operator, you can do that: cmake -L "(LEVEL1|NEW)" But how can you perform the AND operator ? Best regards, YC -- Powered by www.kitware.com Please keep

Re: [CMake] Path to vc_redist

2017-09-04 Thread Robert Maynard
You can use the InstallRequiredSystemLibraries to do this. Since it sounds like you don't want all the libraries installed, use CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP and than deduce the path of vc_redist.exe from the value(s) in CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS. On Mon, Sep 4, 2017 at 3:01 AM,

Re: [cmake-developers] [CMake] Path to vc_redist

2017-09-04 Thread Robert Maynard
You can use the InstallRequiredSystemLibraries to do this. Since it sounds like you don't want all the libraries installed, use CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP and than deduce the path of vc_redist.exe from the value(s) in CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS. On Mon, Sep 4, 2017 at 3:01 AM,

[CMake] QT AUTOMOC problems with latest versions

2017-09-04 Thread Jose Fernandez Navarro
Hello, The cmake’s automoc functionality has stopped working in my codebase since version 3.8.2 and 3.9.1. My code base was compiling/building fine until I updated CMake. If I downgrade it to 3.7.9 or lower then it compiles fine again. The error code that I get is the following: Scanning

Re: [cmake-developers] CTest script and many subprojects

2017-09-04 Thread Wouter Klouwen
Hi David, thanks for your view. I think if I want it to work in the most optimal way where ctest can schedule all tests in the mega project for all sub projects in accordance with its load balancing, the SubProject attribute would have to become a property of the test, instead of being a global

[CMake] CMake 3.9.x Visual Studio CUDA PDB/compiler flags issues

2017-09-04 Thread Mueller-Roemer, Johannes Sebastian
I'm having two issues with debug symbols for CUDA libraries on a project: 1. The PDBs are not placed where the linker later expects to find them (haven't been able to replicate this in a minimal project yet) 2. Trying to circumnavigate this issue by using "/Z7" instead of "/Zi"

[CMake] Path to vc_redist

2017-09-04 Thread Roman Wüger
Hello, is there already an existing function to get the vc_redist.exe for the current generator? Regards Roman -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake

[cmake-developers] Path to vc_redist

2017-09-04 Thread Roman Wüger
Hello, is there already an existing function to get the vc_redist.exe for the current generator? Regards Roman -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake