Description
C++ CMake file sets the build directory to the source root and then forces build output into build/ directory under root. This breaks out-of-tree builds.
CMake already has a facility for choosing build directory. We should use it.
C++ CMake file sets the build directory to the source root and then forces build output into build/ directory under root. This breaks out-of-tree builds.
CMake already has a facility for choosing build directory. We should use it.