Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed leftover setting of CMAKE_REQUIRED_FLAGS
Back in 88d91f7 I removed a `check_c_source_compiles` to detect some pthread stuff and converted to std::mutex instead. This stuff I believe I should have removed back then too. The -Werror caused a problem in VTK, which still has the `check_c_source_compiles`, because a totally unrelated warning made the try-compile fail when it should have passed.
- Loading branch information