mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-23 15:11:01 -06:00
Before this, it was not possible to see what the source or build directories were set to on the command line. Fixes: #19619
7 lines
261 B
ReStructuredText
7 lines
261 B
ReStructuredText
cmake-initial-cache-dirs
|
|
------------------------
|
|
|
|
* The :manual:`cmake(1)` ``-C <initial-cache>`` option now evaluates the
|
|
initial cache script with :variable:`CMAKE_SOURCE_DIR` and
|
|
:variable:`CMAKE_BINARY_DIR` set to the top-level source and build trees.
|