mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-05 05:39:53 +01:00
728de353be
the current implementation has two problems: * `clang-cl` does not know `-ffile-prefix-map`, but in CMake it is reported as "Clang", so the compiler will warn about an unknown compiler option. * XCode's clang in CMake is reported as "AppleClang", so it is not picked up as "Clang", so it is not passed `-ffile-prefix-map`, even though it supports it. Also changed the map so that the normalized `__FILE__` paths are the same as what the approval tests normalize paths into. Co-authored-by: Martin Hořeňovský <martin.horenovsky@gmail.com> |
||
---|---|---|
.. | ||
catch2-with-main.pc.in | ||
catch2.pc.in | ||
Catch2Config.cmake.in | ||
CatchConfigOptions.cmake | ||
CatchMiscFunctions.cmake | ||
Findcodecov.cmake | ||
FindGcov.cmake | ||
FindLcov.cmake | ||
llvm-cov-wrapper |