Files
CMake/Tests/RunCMake/project/CMP0096-WARN.cmake
Alex Turbov 0ba5891ead project: Keep leading 0 in PROJECT_VERSION components
Introduce CMake policy `CMP0096` to make `project()` keep leading zeros
in version components.  As a side effect, it now allows really long
version numbers.

Fixes: #19421
Co-Author: Brad King <brad.king@kitware.com>
2019-07-16 07:48:40 -04:00

4 lines
61 B
CMake

cmake_policy(SET CMP0048 NEW)
include(CMP0096-common.cmake)