mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
CMake: Ensure temporary dirs are removed after use
This commit is contained in:
parent
b41951bc4b
commit
30bca72e6f
1 changed files with 1 additions and 0 deletions
|
|
@ -79,4 +79,5 @@ function(_juce_create_atomic_target target_name)
|
|||
endif()
|
||||
|
||||
file(REMOVE "${test_file_name}")
|
||||
file(REMOVE_RECURSE "${test_bindir}")
|
||||
endfunction()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue