Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve CMake compiler configuration
* CMAKE_COMPILER_IS_GNUCC and CMAKE_COMPILER_IS_GNUCXX are deprecated. CMAKE_C_COMPILER_ID should be used instead. * Remove -Werror * Use generator expressions for compiler debug flags
- Loading branch information