mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -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:
@@ -171,6 +171,13 @@ is used for the other. For example:
|
||||
``cmake -B build -S src`` ``src`` ``build``
|
||||
============================== ============ ===========
|
||||
|
||||
.. versionchanged:: 3.23
|
||||
|
||||
CMake warns when multiple source paths are specified. This has never
|
||||
been officially documented or supported, but older versions accidentally
|
||||
accepted multiple source paths and used the last path specified.
|
||||
Avoid passing multiple source path arguments.
|
||||
|
||||
After generating a buildsystem one may use the corresponding native
|
||||
build tool to build the project. For example, after using the
|
||||
:generator:`Unix Makefiles` generator one may run ``make`` directly:
|
||||
|
||||
Reference in New Issue
Block a user