mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 22:58:41 +00:00
f051814ed0
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
9 lines
269 B
ReStructuredText
9 lines
269 B
ReStructuredText
CMAKE_SCRIPT_MODE_FILE
|
|
----------------------
|
|
|
|
Full path to the -P script file currently being processed.
|
|
|
|
When run in -P script mode, CMake sets this variable to the full path
|
|
of the script file. When run to configure a CMakeLists.txt file, this
|
|
variable is not set.
|