The test project linked from <a href="http://www.cdash.org/cdash/resources/software.html">http://www.cdash.org/cdash/resources/software.html </a>has a CMakeLists.txt file that contains INCLUDE(${CMAKE_ROOT}/Modules/Dart.cmake).<div>
<br></div><div><a href="http://www.cmake.org/Wiki/CMake_Testing_With_CTest#Dashboard_Preparation_Using_CMake">http://www.cmake.org/Wiki/CMake_Testing_With_CTest#Dashboard_Preparation_Using_CMake</a> says to use <span class="Apple-style-span" style="font-family: -webkit-monospace; font-size: 12px; line-height: 13px; white-space: pre; ">INCLUDE(CTest).</span><br>
</div><div><span class="Apple-style-span" style="font-family: -webkit-monospace; font-size: 12px; line-height: 13px; white-space: pre;"><br></span></div><div><span class="Apple-style-span" style="font-family: -webkit-monospace; font-size: 12px; line-height: 13px; white-space: pre;">Which is correct?<br>
</span></div><div><span class="Apple-style-span" style="font-family: -webkit-monospace; font-size: 12px; line-height: 13px; white-space: pre;"><br></span></div><div><span class="Apple-style-span" style="font-family: -webkit-monospace; font-size: 12px; line-height: 13px; white-space: pre;">The documentation also says that you can download a CTestConfig.cmake file for a project from the CDash project page. I can't seem to find the link to this file (I'm using the 1.2.1 zipped release of CDash).</span></div>