1
0
Fork 0
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:
reuk 2020-10-23 18:54:49 +01:00
parent b41951bc4b
commit 30bca72e6f

View file

@ -79,4 +79,5 @@ function(_juce_create_atomic_target target_name)
endif()
file(REMOVE "${test_file_name}")
file(REMOVE_RECURSE "${test_bindir}")
endfunction()