Skip to content
  • Brad King's avatar
    VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generators · 558c74d0
    Brad King authored
    Drop the "Modules/CMakeVS*FindMake.cmake" files.  Override the
    cmGlobalGenerator::FindMakeProgram method for VS generators to use their
    internal APIs to locate the build tool.  Set the CMAKE_MAKE_PROGRAM as a
    normal variable for use by project code, but do not cache it.  This will
    allow CMake and CTest to select the proper tool at build time.
    558c74d0