CMake modification to allow compilation on non-GCC
ephi opened this issue · 1 comments
ephi commented
If one uses CMake with VS2019 the flag Wextra causes build issues with visual studio 2019. This can be resolved if in the cmake file one adds if(CMAKE_COMPILER_IS_GNUCXX) check and ensures that switch is only added in this case.
stale commented
This issue has been automatically marked as inactive because it has not had recent activity. It will be closed in 15 days if no further activity occurs. Thank you for your contributions.