mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
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>
4 lines
61 B
CMake
4 lines
61 B
CMake
cmake_policy(SET CMP0048 NEW)
|
|
|
|
include(CMP0096-common.cmake)
|