Skip to content
  • Daniele E. Domenichelli's avatar
    ExternalProject: Add CMAKE_CACHE_DEFAULT_ARGS arguments · 98cdb658
    Daniele E. Domenichelli authored and Brad King's avatar Brad King committed
    This argument allows to set default arguments that are written in the
    initial cache file, but that are not forced, and therefore allows the
    user to change these values later (CMAKE_ARGS and CMAKE_CACHE_ARGS
    always overwrite the values).
    
    Also add some documentation to explain the differences between these 3
    arguments.
    
    Extend ExternalProjectLocal test to cover CMAKE_CACHE_DEFAULT_ARGS.
    98cdb658