I've searched and found a lot of references to setting this variable in the CMakeCache.txt file, which I've tried to mimic. However what ever technique I use it seems that ctest still formulates the make command from the CTestConfig.cmake file. In extra verbose mode I can see SetMakeCommand SetCTestConfiguration:MakeCommand and finally MakeCommand are set to use the solution file name of whatever CTEST_PROJECT_NAME is set to in the CTestConfig file. I'm trying to specify a different solution file than what the dashboard name is, is this possible? If not how is MAKECOMMAND used?
Thanks, Ross _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
