Skip to content
  • Brad King's avatar
    Store ABI detection results in compiler information files · e5fee8a7
    Brad King authored
    Drop use of cache entry CMAKE_DETERMINE_<LANG>_ABI_COMPILED and replace
    it with variable CMAKE_<LANG>_ABI_COMPILED.  Since the grandparent
    commit this test result is specific to the version of CMake.  Store it
    in the version-specific compiler information files instead of
    CMakeCache.txt so testing can be re-done to meet the requirements of the
    current version of CMake even if another version of CMake was already
    used to configure the build tree.
    e5fee8a7