Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[C++] Ensure we compile with -pthread flag (apache#9749)
### Motivation After removing some of the Boost runtime libs, CMake is not passing anymore the `-pthread` flag when compiling and linking. While that's ok on most environments, it does break compilation in some cases. We need to make sure that `-phtread` is always passed, because Asio is using the pthread API directly (not through the c++-11 classes).
- Loading branch information