https://github.com/Kitware/CMake
Revision 8cf8f4d13b18ad28cc33dbc765a095dcf679391b authored by Craig Scott on 04 June 2022, 08:30:17 UTC, committed by Craig Scott on 04 June 2022, 08:35:37 UTC
Projects should always have specified one of PRE_BUILD, PRE_LINK or
POST_BUILD, and the documentation has always shown that one must
be given. But the argument parsing logic was such that if none was given,
POST_BUILD would be used and no error or warning would be raised.
Projects may be relying on this behavior, so document it as formally
supported, but not recommended.

Fixes: #23488
1 parent cc2c5d4
History
Tip revision: 8cf8f4d13b18ad28cc33dbc765a095dcf679391b authored by Craig Scott on 04 June 2022, 08:30:17 UTC
Help: State behavior for add_custom_command(TARGET) without event type
Tip revision: 8cf8f4d
File Mode Size
bash-completion
vim
CMakeLists.txt -rw-r--r-- 725 bytes
cmake-mode.el -rw-r--r-- 17.8 KB
cmake.m4 -rw-r--r-- 1.4 KB

back to top