enable CTEST_USE_LAUNCHERS with Ninja too

This commit is contained in:
Mathias Gaunard 2012-11-30 02:21:35 +01:00
parent d5ac791366
commit 965358fcf6
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ if(NOT DEFINED CTEST_USE_LAUNCHERS AND DEFINED ENV{CTEST_USE_LAUNCHERS_DEFAULT})
CACHE INTERNAL "CTEST_USE_LAUNCHERS initial value from ENV")
endif()
if(NOT "${CMAKE_GENERATOR}" MATCHES "Make")
if(NOT "${CMAKE_GENERATOR}" MATCHES "Make|Ninja")
set(CTEST_USE_LAUNCHERS 0)
endif()