On 6/4/2012 5:53 PM, Stephen Kelly wrote:
Bill Hoffman wrote:That does not show up on the dashboard because of this: IF("${CMAKE_TEST_GENERATOR}" MATCHES "Makefiles" OR "${CMAKE_TEST_GENERATOR}" MATCHES Ninja) SET(TEST_CompileCommandOutput 1) ENDIF()Isn't the CMAKE_TEST_GENERATOR STREQUAL "NMake Makefiles", and therefore should match? Or am I missing something?
That was a local modification. The code that is in there has: "Unix Makefiles" -Bill -- 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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
