On 06/05/2018 11:24 AM, Harry Mallon wrote: > Or is it best to add new fields?
We should only add new fields and revise documentation to match existing behavior. > e.g. one of the below? > * OS_NAME: "Linux" -> "Fedora", OS_RELEASE: "$(uname -r)" -> "28" > * OS_RELEASE: "$(uname -r)" -> "Fedora 28" > * LINUX_DISTRO: "Fedora 28" A separate LINUX_DISTRO sounds good, but we'd need to make sure whatever convention is used for the version (in the name or as a separate value) makes sense for all distros' conventions. -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: https://cmake.org/mailman/listinfo/cmake-developers
