Skip to content

Do not override user-defined CMAKE_C[XX]_FLAGS for clang

Even Rouault requested to merge rouault/poppler:fix_gdal_ossfuzz_build into master

337585e3 unconditionnaly overrides any potential user-defined CMAKE_C[XX]_FLAGS. This for example breaks the GDAL oss-fuzz builds which build Poppler from source (see https://github.com/OSGeo/gdal/blob/master/gdal/fuzzers/build.sh#L54)

Merge request reports