aboutsummaryrefslogtreecommitdiff
path: root/cmake/ProjVersion.cmake
AgeCommit message (Collapse)Author
2019-03-19Normalize CMake with cmakelint, 2-space indentMike Taves
2018-10-26ProjVersion: use cmake_parse_argumentsBen Boeckel
CMake provides this function, but only in CMake 2.8.3 and up. This minimum version bump is OK because it is from 2010, but the code requires C++11 features to exist. Any platform with a suitable compiler, but too-old of a CMake can easily compile the required CMake version as well.
2018-03-26Rename CMake infrastructure to remove 4mwtoews