From f5c46d481c1d9bc0bc727cabcf58a65e904ed3e8 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Wed, 11 Dec 2013 20:44:46 +0100 Subject: [PATCH] Tru to get NE_LFS properly The csync and mirall build system are slightly different so this might help --- cmake/modules/FindNeon.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/FindNeon.cmake b/cmake/modules/FindNeon.cmake index 7d03e2c01..a02f093f9 100644 --- a/cmake/modules/FindNeon.cmake +++ b/cmake/modules/FindNeon.cmake @@ -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)