mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 03:49:20 +03:00
Fix owncloud linkage against neon
This commit is contained in:
parent
b75066e299
commit
23d56249ca
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ endif (LIBSSH_FOUND)
|
|||
|
||||
if (NEON_FOUND)
|
||||
macro_add_plugin(${OWNCLOUD_PLUGIN} csync_owncloud.c)
|
||||
target_link_libraries(${OWNCLOUD_PLUGIN} ${CSYNC_LIBRARY} ${NEON_LIBRARY})
|
||||
target_link_libraries(${OWNCLOUD_PLUGIN} ${CSYNC_LIBRARY} ${NEON_LIBRARIES})
|
||||
|
||||
install(
|
||||
TARGETS
|
||||
|
|
Loading…
Reference in a new issue