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?
Thanks,
Steve.
--
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