Catch2
Catch2 copied to clipboard
Permit compiling on Win32 using Clang
I am using clang version 14.0.6 on Windows. The compiler options file-prefix-map
is invalid for this platform.
If you could just surround the following function with if(NOT WIN32)
... endif()
, it would be fantastic.
https://github.com/catchorg/Catch2/blob/997a7d4165b3939347f1a95f9311a3e3c066ee0b/CMake/CatchMiscFunctions.cmake#L112-L120