<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 14pt; color: #000000'><P><SPAN>Hello,</SPAN></P>
<P><SPAN></SPAN>&nbsp;</P>
<P><SPAN>I'm trying to use ctest with multiple CTestConfig.cmake files.</SPAN></P>
<P><SPAN>When I have a single CTestConfig.cmake in my code root directory, and run :</SPAN></P>
<P><SPAN>ctest -D Experimental</SPAN></P>
<P><SPAN>Ctest runs and submit results correctly.</SPAN></P>
<P><SPAN></SPAN><SPAN></SPAN>&nbsp;</P>
<P><SPAN>Now when I move this file, let's say into C:\dir\myCTestConfig.cmake , and run :</P>
<P><SPAN>ctest -D Experimental --ctest-config C:\dir\myCTestConfig.cmake </SPAN></P>
<P>Ctest runs but does not submit resuls. It seems to ignore the file given as argument with option --ctest-config.</P>
<P>&nbsp;</P>
<P>I'm using windows, and&nbsp;made different test, with "", \\, /.</P>
<P>&nbsp;</P>
<P>Any suggestion ?</P>
<P>&nbsp;</P>
<P>Olivier</P></SPAN></div></body></html>