diff options
author | Brad King <brad.king@kitware.com> | 2023-01-13 13:53:22 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-01-13 13:53:30 (GMT) |
commit | a547f315dd54e4814d52e129b441628c18f7163d (patch) | |
tree | d54ee829069f64290117d371873ea66f4bb63e3e /Modules | |
parent | f1034acb02b1700f23d8c10286f807994713090b (diff) | |
parent | 0847682c47ee518dcf0195f2336a68c83030fb4b (diff) | |
download | CMake-a547f315dd54e4814d52e129b441628c18f7163d.zip CMake-a547f315dd54e4814d52e129b441628c18f7163d.tar.gz CMake-a547f315dd54e4814d52e129b441628c18f7163d.tar.bz2 |
Merge topic 'deprecate-findunixcmds'
0847682c47 FindUnixCommands: Deprecate in favor of cmake -E
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8061
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindUnixCommands.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/FindUnixCommands.cmake b/Modules/FindUnixCommands.cmake index 97739fa..d71518f 100644 --- a/Modules/FindUnixCommands.cmake +++ b/Modules/FindUnixCommands.cmake @@ -5,6 +5,10 @@ FindUnixCommands ---------------- +.. deprecated:: 3.26 + + Use :option:`${CMAKE_COMMAND} -E <cmake -E>` subcommands instead. + Find Unix commands, including the ones from Cygwin This module looks for the Unix commands ``bash``, ``cp``, ``gzip``, |