mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 12:19:54 -05:00
Merge topic 'doc-multiple-src-paths'
1b8669c1d6 Help: Document warning about multiple source paths
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7082
This commit is contained in:
@@ -225,6 +225,12 @@ CPack
|
||||
Deprecated and Removed Features
|
||||
===============================
|
||||
|
||||
* :manual:`cmake(1)` now warns when multiple source paths are specified,
|
||||
as in ``cmake -S src1 src2``. This has never been officially documented
|
||||
or supported, but older versions accidentally accepted multiple source
|
||||
paths and used the last path specified. Update scripts to avoid
|
||||
passing multiple source path arguments.
|
||||
|
||||
* The :manual:`cpack(1)` undocumented ``OSXX11`` generator has been removed.
|
||||
|
||||
Other Changes
|
||||
|
||||
Reference in New Issue
Block a user