mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-07-16 08:34:28 -04:00
c8bc56b0c6
Signed-off-by: w00657280 <wuyuechang3@huawei.com>
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.
|