]> git.mxchange.org Git - flightgear.git/commit
Fix libsvn detection for some Linux distros
authorThorstenB <brehmt@gmail.com>
Mon, 3 Sep 2012 21:52:32 +0000 (23:52 +0200)
committerThorstenB <brehmt@gmail.com>
Mon, 3 Sep 2012 21:52:32 +0000 (23:52 +0200)
commit7c01632b004749c9146298381b71a113b586a63d
tree2995578d0a0398ecf320eda601fa21edd21f80bf
parent024ef128e3395e8c0e32b360abe19b4d345e4f80
Fix libsvn detection for some Linux distros
Distros like Debian/Ubuntu use architecture-specific directory structures
(like /usr/lib/x86_64-linux-gnu) which we cannot hardcode/guess, so we
really need to search the default paths.
CMakeModules/FindSvnClient.cmake