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

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