mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
CMake: Fix an issue where AUv3 execute permission could go missing during install
This commit is contained in:
parent
e2d91757af
commit
5629927c63
1 changed files with 1 additions and 1 deletions
|
|
@ -21,4 +21,4 @@
|
|||
#
|
||||
# ==============================================================================
|
||||
|
||||
file(INSTALL ${src} DESTINATION ${dest})
|
||||
file(INSTALL ${src} DESTINATION ${dest} USE_SOURCE_PERMISSIONS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue