[cmake-developers] ninja failing CompileCommandOutput

Bill Hoffman bill.hoffman at kitware.com
Mon Jun 4 18:01:18 EDT 2012


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



More information about the cmake-developers mailing list