Move third_party directory into build
Created by: wangkuiyi
The building process, in particular, cmake/external/*.cmake
, creates third_party/
. If we want a brand new build, we will need to remove both ${CMAKE_BINARY_DIR}
, which is build/
, and third_party/
.
Some new users don't know all these and remove only build/
with failed expectation of brand new build.