diff options
author | Brad King <brad.king@kitware.com> | 2019-07-17 11:27:53 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-07-17 11:28:05 (GMT) |
commit | 3143e9ffc5fcb15a9c0c1a7cfaa94587132947d1 (patch) | |
tree | 952f251d12167d5e01078949611e4345f75dde42 /Help/manual | |
parent | 119fb8606a306e256fc6dd8c2297c9d69033384a (diff) | |
parent | 0ba5891eadbfd533f0ab30c90966bce07e5fbef8 (diff) | |
download | CMake-3143e9ffc5fcb15a9c0c1a7cfaa94587132947d1.zip CMake-3143e9ffc5fcb15a9c0c1a7cfaa94587132947d1.tar.gz CMake-3143e9ffc5fcb15a9c0c1a7cfaa94587132947d1.tar.bz2 |
Merge topic 'project-version-0'
0ba5891ead project: Keep leading `0` in PROJECT_VERSION components
5f84669806 Tests: Factor out RunCMake.project helper macro into module
b1f387a7ea Refactor: Use raw string literals instead of escaping
41b85968d8 Refactor: Use initializer lists instead of `push_back` series
45e85dd2b2 Refactor: Add some `const` to vars
90f91e4d21 Refactor: Replace a "magic" number w/ a named constant
638383c38f Refactor: Eliminate one-time-used variables
9b6a53292f Refactor: Eliminate `sep` from the loop
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3517
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-policies.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst index d7207e1..6bdabaf 100644 --- a/Help/manual/cmake-policies.7.rst +++ b/Help/manual/cmake-policies.7.rst @@ -57,6 +57,7 @@ Policies Introduced by CMake 3.16 .. toctree:: :maxdepth: 1 + CMP0096: project() preserves leading zeros in version components. </policy/CMP0096> CMP0095: RPATH entries are properly escaped in the intermediary CMake install script. </policy/CMP0095> Policies Introduced by CMake 3.15 |