Hello,
I'm trying to solve following problem.
test as many different compilers as possible with no (or minimal)
maintenance burden.
As docker is the newest trend, I decided to give it a try (nearly using
it for the first time).
Also the GCC team has official docker images
(https://hub.docke
Hello, I'm having some trouble understanding how I can execute my test
suite uniformly on all platforms.
On GNU/Linux (with `make`), I can execute
cmake -S "$PROJDIR" -B "$BUILDDIR" -DCMAKE_BUILD_TYPE="$build_type"
-DBUILD_TESTING=ON
cmake --build "$BUILDDIR"
cmake --build "$BUILDDIR" --
>You should be able to use CMAKE_CURRENT_LIST_DIR to specify a location
>relative to the toolchain file itself.
Thank you, it worked without an hiccup
--
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
As described on https://github.com/Kitware/CMake/ I'm writing here to
check if the current behavior of cmake is really a bug.
I'm having following issues with toolchains files.
Here is my use case:
I have a `toolchain.gcc.cmake` and a `toolchain.clang.cmake` toolchain
files.
Those files define