Remove debug line

This commit is contained in:
Daniel Molkentin 2013-02-08 15:56:26 +03:00
parent a6f63aea94
commit 79159ae32c

View file

@ -49,7 +49,6 @@ mark_as_advanced(NEON_INCLUDE_DIRS NEON_LIBRARIES)
# be defined in the owncloud module.
# If neon was not compiled with LFS its also ok since the underlying system
# than probably supports large files anyway.
message(${CMAKE_FIND_ROOT_PATH})
FIND_PROGRAM( NEON_CONFIG_EXECUTABLE NAMES neon-config HINTS ${CMAKE_FIND_ROOT_PATH}/bin )
IF ( NEON_CONFIG_EXECUTABLE )