Skip to content
  • Brad King's avatar
    load_command: Deprecate and document pending removal · d2d43986
    Brad King authored
    This command works only when building projects using the same
    architecture as the running CMake binary.  Since it was introduced
    CMake has learned macro() and function() to add commands, and the
    execute_process() command to launch advanced external computations.
    
    Add a RunCMake.load_command test to verify the warning appears.
    d2d43986