diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2023-07-24 20:59:28 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2023-07-25 15:09:56 (GMT) |
commit | ff12a57d5e459fac4cf2b11f90a681bc165c4a42 (patch) | |
tree | 51667de8b7d56a7e7477bc7a738d963a30a38310 /Help/manual/cmake-policies.7.rst | |
parent | 89a692aa18d0d1f80c131fdc3eba34fea195f00a (diff) | |
download | CMake-ff12a57d5e459fac4cf2b11f90a681bc165c4a42.zip CMake-ff12a57d5e459fac4cf2b11f90a681bc165c4a42.tar.gz CMake-ff12a57d5e459fac4cf2b11f90a681bc165c4a42.tar.bz2 |
exec_program(): Remove by policy CMP0153
Diffstat (limited to 'Help/manual/cmake-policies.7.rst')
-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 89b7924..a018aff 100644 --- a/Help/manual/cmake-policies.7.rst +++ b/Help/manual/cmake-policies.7.rst @@ -57,6 +57,7 @@ Policies Introduced by CMake 3.28 .. toctree:: :maxdepth: 1 + CMP0153: The exec_program command should not be called. </policy/CMP0153> CMP0152: file(REAL_PATH) resolves symlinks before collapsing ../ components. </policy/CMP0152> Policies Introduced by CMake 3.27 |