summaryrefslogtreecommitdiffstats
path: root/Source/CMakeVersionCompute.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Factor CMake version logic into dedicated moduleBrad King2013-10-151-0/+23
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.