mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-10 19:39:52 -05:00
Merge topic 'doc_undefined_mods'
46279eff38 Help: Document cases of variables modification having undefined behavior
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10903
This commit is contained in:
@@ -11,3 +11,5 @@ When run in :option:`cmake -P` script mode, CMake sets the variables
|
||||
``CMAKE_BINARY_DIR``, :variable:`CMAKE_SOURCE_DIR`,
|
||||
:variable:`CMAKE_CURRENT_BINARY_DIR` and
|
||||
:variable:`CMAKE_CURRENT_SOURCE_DIR` to the current working directory.
|
||||
|
||||
Modifying ``CMAKE_BINARY_DIR`` has undefined behavior.
|
||||
|
||||
@@ -13,3 +13,5 @@ When run in :option:`cmake -P` script mode, CMake sets the variables
|
||||
:variable:`CMAKE_BINARY_DIR`, :variable:`CMAKE_SOURCE_DIR`,
|
||||
``CMAKE_CURRENT_BINARY_DIR`` and
|
||||
:variable:`CMAKE_CURRENT_SOURCE_DIR` to the current working directory.
|
||||
|
||||
Modifying ``CMAKE_CURRENT_BINARY_DIR`` has undefined behavior.
|
||||
|
||||
@@ -10,3 +10,5 @@ When run in :option:`cmake -P` script mode, CMake sets the variables
|
||||
:variable:`CMAKE_BINARY_DIR`, :variable:`CMAKE_SOURCE_DIR`,
|
||||
:variable:`CMAKE_CURRENT_BINARY_DIR` and
|
||||
``CMAKE_CURRENT_SOURCE_DIR`` to the current working directory.
|
||||
|
||||
Modifying ``CMAKE_CURRENT_SOURCE_DIR`` has undefined behavior.
|
||||
|
||||
@@ -11,3 +11,5 @@ When run in :option:`cmake -P` script mode, CMake sets the variables
|
||||
:variable:`CMAKE_BINARY_DIR`, ``CMAKE_SOURCE_DIR``,
|
||||
:variable:`CMAKE_CURRENT_BINARY_DIR` and
|
||||
:variable:`CMAKE_CURRENT_SOURCE_DIR` to the current working directory.
|
||||
|
||||
Modifying ``CMAKE_SOURCE_DIR`` has undefined behavior.
|
||||
|
||||
Reference in New Issue
Block a user