This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
CMake: Ensure temporary dirs are removed after use
tags/2021-05-28
reuk
5 years ago
parent
b41951bc4b
commit
30bca72e6f
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
extras/Build/CMake/JUCECheckAtomic.cmake
+ 1
- 0
extras/Build/CMake/JUCECheckAtomic.cmake
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()
Write
Preview
Loading…
Cancel
Save