mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
13 lines
323 B
ReStructuredText
13 lines
323 B
ReStructuredText
ctest_empty_binary_directory
|
|
----------------------------
|
|
|
|
empties the binary directory
|
|
|
|
.. code-block:: cmake
|
|
|
|
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.
|