Hi,<br><br>would like to start using gtest with a project. I use cmake to configure the project.<br><br>So I was pleased to see that :<br>cmake 2.8 ships with an FindCTest.cmake file. <br><br>However FindCTest.cmake expects me either to set en env variable CTEST_ROOT or pass it as an cmake&nbsp; ariable (I guess with -DCTEST_ROOT ?)<br><br>However, the convention I have so far is that all dependencies can be configured using ccmake or cmake-gui.<br>Therefore, I would like to do the same with gtest. However, can't find a way to set GTEST_ROOT with ccmake or cmake-gui.<br><br>Can I add anything, and exactly what, to my CMakeLists.txt file so that CTEST_ROOT will show up in ccmake in order to be set properly?<br><br><br>regards<br>Witold<br><br><br><br><br>