From 587895bf2b0982f9dfc588094126520845e64bba Mon Sep 17 00:00:00 2001 From: Frederic Bouvier Date: Mon, 12 Sep 2011 12:20:22 +0200 Subject: [PATCH] Typo --- CMakeModules/FindSvnClient.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeModules/FindSvnClient.cmake b/CMakeModules/FindSvnClient.cmake index f5b567741..22ae0999c 100644 --- a/CMakeModules/FindSvnClient.cmake +++ b/CMakeModules/FindSvnClient.cmake @@ -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) -- 2.39.5