Typo
This commit is contained in:
parent
8a63b26c42
commit
587895bf2b
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ if(HAVE_APR_CONFIG OR MSVC)
|
|||
if (MSVC)
|
||||
find_static_component("apr-1" LIBSVN_LIBRARIES)
|
||||
else (MSVC)
|
||||
list(APPEND LIBSVN_LIBRARIES APR_LIBS)
|
||||
list(APPEND LIBSVN_LIBRARIES ${APR_LIBS})
|
||||
endif (MSVC)
|
||||
find_static_component("svn_client-1" LIBSVN_LIBRARIES)
|
||||
find_static_component("svn_subr-1" LIBSVN_LIBRARIES)
|
||||
|
|
Loading…
Reference in a new issue