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:
Brad King
2025-06-26 13:09:27 +00:00
committed by Kitware Robot
4 changed files with 8 additions and 0 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.