mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Fix installation for MacOSX
This commit is contained in:
parent
2d3ea59755
commit
1c73a8d4ad
1 changed files with 2 additions and 1 deletions
|
@ -109,7 +109,7 @@ set_target_properties(
|
|||
SOVERSION
|
||||
${LIBRARY_SOVERSION}
|
||||
)
|
||||
|
||||
if(NOT BUILD_OWNCLOUD_OSX_BUNDLE)
|
||||
INSTALL(
|
||||
TARGETS
|
||||
${CSYNC_LIBRARY}
|
||||
|
@ -120,6 +120,7 @@ INSTALL(
|
|||
RUNTIME DESTINATION
|
||||
${BIN_INSTALL_DIR}/${APPLICATION_EXECUTABLE}
|
||||
)
|
||||
endif()
|
||||
|
||||
# INSTALL(
|
||||
# FILES
|
||||
|
|
Loading…
Reference in a new issue