mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 20:19:53 +00:00
f051814ed0
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
13 lines
304 B
ReStructuredText
13 lines
304 B
ReStructuredText
ctest_empty_binary_directory
|
|
----------------------------
|
|
|
|
empties the binary directory
|
|
|
|
::
|
|
|
|
ctest_empty_binary_directory( directory )
|
|
|
|
Removes a binary directory. This command will perform some checks
|
|
prior to deleting the directory in an attempt to avoid malicious or
|
|
accidental directory deletion.
|