mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
add a path hint for the locally built version of csync to findcsync.
This commit is contained in:
parent
c61c7962f7
commit
09fdcf2053
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
|
||||
FIND_LIBRARY(CSYNC_LIBRARY NAMES csync
|
||||
HINTS "../buildcsync/src" )
|
||||
HINTS "${CMAKE_SOURCE_DIR}/../buildcsync/src" )
|
||||
FIND_PATH(CSYNC_INCLUDE_PATH csync.h
|
||||
HINTS "../csync/src" "/usr/include/csync")
|
||||
HINTS "${CMAKE_SOURCE_DIR}/../csync/src" "/usr/include/csync")
|
||||
|
||||
SET(CSYNC_INCLUDE_DIR ${CSYNC_INCLUDE_PATH})
|
||||
|
||||
|
|
Loading…
Reference in a new issue