Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always check for __attribute__() in CMake (#4980)
The CMake compiler checks skip checking for things like __attribute__() on Windows. Now that Visual Studio can use clang, we should be checking for this, even on non-MinGW Windows.
- Loading branch information