[CMake] cross-testing support in cmake

2019-11-05 Thread Stefan Seefeld
Hello, I'm looking for ways to enable cross-testing with cmake. I imagine some helper script that, during test execution, copies the test binary to a test platform, runs the binary there, and reports back the test result. Does cmake have support for such a scenario ? Thanks, Stefan --

[CMake] [ANNOUNCE] CMake Discourse forum now available

2019-11-05 Thread Robert Maynard via CMake
A Discourse forum is now available for the CMake community: https://discourse.cmake.org Discourse offers users more control over their level of participation, allowing them to subscribe or unsubscribe by category or individual topic. Users may choose to participate by web forum, email, or both.

[CMake] combining multiple build variants into the same package (and install prefix)

2019-11-05 Thread stefan
Hello, I'm trying to repackage an upstream project that's using CMake. The project is set up to allow me to specify whether to build shared or static libs using the BUILD_SHARED_LIBS when invoking cmake. However, rather than generating two separate packages for the two variants, I'd like to c