Cmake: remove debug messages
This commit is contained in:
parent
65239f8f53
commit
58550d9e70
1 changed files with 0 additions and 4 deletions
|
@ -86,9 +86,5 @@ FIND_PACKAGE_HANDLE_STANDARD_ARGS(LIBSVN DEFAULT_MSG
|
|||
LIBSVN_INCLUDE_DIR)
|
||||
|
||||
if(LIBSVN_FOUND)
|
||||
message(STATUS "LIBSVN_FOUND 1")
|
||||
|
||||
set(LIBSVN_LIBRARIES ${SVNCLIENT_LIBRARY} ${SVNSUBR_LIBRARY} ${SVNRA_LIBRARY} ${APR_LIBS})
|
||||
else(LIBSVN_FOUND)
|
||||
message(STATUS "LIBSVN_FOUND 0")
|
||||
endif(LIBSVN_FOUND)
|
||||
|
|
Loading…
Reference in a new issue