colcon / colcon-cmake

Extension for colcon to support CMake packages
http://colcon.readthedocs.io
Apache License 2.0
16 stars 25 forks source link

avoid duplicate ctest -C/--build-config if explicitly provided #65

Closed KazNX closed 4 years ago

KazNX commented 4 years ago

Change ctest calls to respect -C or --build-config if explicitly given. Fallback to previous behaviour of reading CMAKE_BUILD_TYPE from CMakeCache.txt.

dirk-thomas commented 4 years ago

Thanks for the patch and for iterating on it.