Skip to content
  • Brad King's avatar
    ExternalProject: Propagate the generator toolset · daae0d2f
    Brad King authored
    When the CMAKE_GENERATOR option is given to ExternalProject_Add, look
    also for option CMAKE_GENERATOR_TOOLSET to select the value of the cmake
    "-T" command-line flag.  When no CMAKE_GENERATOR option is given
    explicitly then use the current project's CMAKE_GENERATOR_TOOLSET (since
    we already use its CMAKE_GENERATOR).
    daae0d2f