Skip to content
  • Brad King's avatar
    Factor CMake version logic into dedicated module · c72f8513
    Brad King authored
    Move logic to compute CMake_VERSION out of the top-level CMakeLists.txt
    file to a dedicated Source/CMakeVersionCompute.cmake module and include
    it from the original location.  This will allow it to be re-used.
    c72f8513