]> git.mxchange.org Git - simgear.git/commit
Fix libsvn detection for some Linux distros
authorThorstenB <brehmt@gmail.com>
Mon, 3 Sep 2012 21:51:38 +0000 (23:51 +0200)
committerThorstenB <brehmt@gmail.com>
Mon, 3 Sep 2012 21:51:38 +0000 (23:51 +0200)
commit78c04190073a7c4566ad07a21d1c5e704bd87847
treee238d2ff6a8fedaee4bf58571ea8b599a6051029
parent9dd5b91cea3e643766e86bacd51eb1ec2769dcff
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