Catch2
Catch2 copied to clipboard
ConfigureTestsCommon fail when the compiler is from toolchain file but is not available in the path
The script that does compile test here fails when the compiler that you use is from a toolchain file but is not available in the path.
I don't know what the correct solution is, but I'll think about it, and get back to you.
The suggestion here to pass -DCMAKE_TOOLCHAIN_FILE:FILEPATH=${CMAKE_TOOLCHAIN_FILE}
to the projects might be a solution. I'll try it out.