Catch2 icon indicating copy to clipboard operation
Catch2 copied to clipboard

ConfigureTestsCommon fail when the compiler is from toolchain file but is not available in the path

Open jbadwaik opened this issue 1 year ago • 1 comments

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.

jbadwaik avatar Sep 12 '23 19:09 jbadwaik

The suggestion here to pass -DCMAKE_TOOLCHAIN_FILE:FILEPATH=${CMAKE_TOOLCHAIN_FILE} to the projects might be a solution. I'll try it out.

jbadwaik avatar Sep 12 '23 19:09 jbadwaik