mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
Tru to get NE_LFS properly
The csync and mirall build system are slightly different so this might help
This commit is contained in:
parent
81773e53b1
commit
f5c46d481c
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ IF ( NEON_CONFIG_EXECUTABLE )
|
|||
|
||||
IF (LFS EQUAL 0)
|
||||
MESSAGE(STATUS "libneon has been compiled with LFS support")
|
||||
SET(NEON_WITH_LFS 1 PARENT_SCOPE)
|
||||
SET(NEON_WITH_LFS 1)
|
||||
ELSE (LFS EQUAL 0)
|
||||
MESSAGE(STATUS "libneon has not been compiled with LFS support, rely on OS")
|
||||
ENDIF (LFS EQUAL 0)
|
||||
|
|
Loading…
Reference in a new issue