CMake: Remove clang diagnostic flag to support building with g++ and avoid missing dependency error in UseLATEX
closes #133 (closed), #134 (closed)
-
Remove clang diagnostic flag to support building with g++ (
clang-tidy
can check this separately, right?) -
Added check for ImageMagick dependency of UseLATEX to avoid UseLATEX causing the build configuration to fail in the case that a latex compiler is found, but not this dependency.
These are very small changes but perhaps not perfect, so happy to change as needed
Edited by Ryunosuke O'Neil