mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
CMake: Fix owncloud linkage against neon.
This commit is contained in:
parent
5ac2f676d7
commit
ac6e5ff4b9
@ -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 New Issue
Block a user