Skip to content
  • Evgeniy Stepanov's avatar
    Fix the check for Ninja in the CMake build. · 999b8345
    Evgeniy Stepanov authored
    The current check never passes, because CMAKE_MAKE_PROGRAM, at least on Linux,
    includes the full path to the "ninja" binary; this effectively disables
    compile/link jobs pools.
    
    Use CMAKE_GENERATOR STREQUAL "Ninja" as a more reliable check.
    
    llvm-svn: 239069
    999b8345
Loading