]> git.mxchange.org Git - simgear.git/commitdiff
Typo
authorFrederic Bouvier <fredfgfs01@free.fr>
Mon, 12 Sep 2011 10:20:03 +0000 (12:20 +0200)
committerFrederic Bouvier <fredfgfs01@free.fr>
Mon, 12 Sep 2011 10:20:03 +0000 (12:20 +0200)
CMakeModules/FindSvnClient.cmake

index f5b567741e7d3464f346429ad68a316ae4d06ab3..22ae0999c258ada1fd717e4248dcfb4602dd2f9a 100644 (file)
@@ -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)