Skip to content
  • Brad King's avatar
    ExternalProject: Propagate the generator instance · 6b3cd64d
    Brad King authored
    When the `CMAKE_GENERATOR` option is given to `ExternalProject_Add`,
    look also for option `CMAKE_GENERATOR_INSTANCE` to pass on to cmake as a
    cache definition.  When no `CMAKE_GENERATOR` option is given explicitly
    then use the current project's `CMAKE_GENERATOR_INSTANCE` (since we
    already use its CMAKE_GENERATOR).
    6b3cd64d