dev-cafe / autocmake

CMake plugin composer.
http://autocmake.org
BSD 3-Clause "New" or "Revised" License
41 stars 18 forks source link

Do not remove build directory on failure #252

Closed robertodr closed 5 years ago

robertodr commented 5 years ago

Problem For unsuccessful configurations, the default build directory is wiped away. This is inconsistent with the behavior obtained by calling bare CMake. It also prevents the user from looking at the logs to figure out what went wrong. Solution Never remove the build directory.