Skip to content
  • Brad King's avatar
    Always use a configuration for CMake tests · faf6d82b
    Brad King authored
    Previously our EnforceConfig script that loads at test-time would only
    enforce a non-empty CTEST_CONFIGURATION_TYPE for CMake 2.6.2 and lower.
    Now we simply always enforce use of a configuration, and select one of
    the configurations that was built if none is given.
    
    This is necessary to run tests like CMake.Install that need to know the
    configuration with which CMake was built.
    faf6d82b