Skip to content
  • David Cole's avatar
    Honor MAKECOMMAND value saved in cache (#11026) · 4a323bde
    David Cole authored
    Use a separate variable to pass to the BUILD_COMMAND call
    and then use set(CACHE) to transfer that to MAKECOMMAND.
    That way, if MAKECOMMAND is in the cache already, it is
    left untouched. Fixes regression introduced in commit
    0b38bb4c with the fix for bug #2336.
    
    Thanks to Evgeniy P for the patch.
    4a323bde