Having a header two folders down from src makes the Windows CI fail with the following error (taken from #950):
LINK : fatal error LNK1104: cannot open file 'D:\a\ArborX\ArborX\build\test\headers_self_contained\Debug\ArborX_HeaderSelfContained_interpolation_details_ArborX_InterpDetailsSymmetricPseudoInverseSVD_hpp.exe' [D:\a\ArborX\ArborX\build\test\headers_self_contained\ArborX_HeaderSelfContained_interpolation_details_ArborX_InterpDetailsSymmetricPseudoInverseSVD_hpp.vcxproj]
This issue does not appear if the file is only a folder down from src.
Having a header two folders down from
srcmakes the Windows CI fail with the following error (taken from #950):This issue does not appear if the file is only a folder down from
src.