Hi,<br>I am runnig ctest -S test.cmake with arguments (ctest -S test.cmake,qtopia,Release for example)<br>For the moment I use this kind of code to extract the argument:<br>IF(${CTEST_SCRIP_ARG} MATCHES qtopia)<br>&nbsp;&nbsp;&nbsp; SET(QT_TYPE &quot;qtopia&quot;)
<br>ENDIF(${CTEST_SCRIP_ARG} MATCHES qtopia)<br><br>It works so far but now I&#39;d like to pass a directory name.<br>The solution might be to generate a list from CTEST_SCRIPT_ARG but I don&#39;t know how to do it.<br><br>
Any idea?<br><br>Thanks<br>Raphael<br>