blob: 5d26de1219d0a159ee5aa364701de3f59d03cda0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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.
|