]> git.mxchange.org Git - simgear.git/commit
#946: some libraries not found on Ubuntu/Debian
authorThorstenB <brehmt@gmail.com>
Sat, 1 Dec 2012 09:59:57 +0000 (10:59 +0100)
committerThorstenB <brehmt@gmail.com>
Sat, 1 Dec 2012 10:00:50 +0000 (11:00 +0100)
commit99cf0579063441568aaff8842956a56da769721b
tree31ad121f8d525b4503a433c6ea7dd6f586c27f85
parent59d3d66f9113d4402eb3835d38627bc68d67171d
#946: some libraries not found on Ubuntu/Debian
Ubuntu/Debian introduced "multiarch" library directories, which is
unsupported by CMake <= 2.8.10. Add manual search paths as a workaround.
Currently it is only needed for libsvn, but it is needed for any lib
which is converted to the new directory standard.
CMakeLists.txt
CMakeModules/FindSvnClient.cmake