]> git.mxchange.org Git - flightgear.git/commit
#946: some libraries not found on Ubuntu/Debian
authorThorstenB <brehmt@gmail.com>
Sat, 1 Dec 2012 10:01:25 +0000 (11:01 +0100)
committerThorstenB <brehmt@gmail.com>
Sat, 1 Dec 2012 10:01:25 +0000 (11:01 +0100)
commit3b6436bfb8d5cfb180f7119fd01f365d1f79528e
tree9666784403d6130672d3087863e54a6eaaf68c5e
parent5fea5240e8fce573f6c0ae466bab3a06ffa12e62
#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/FindPLIB.cmake
CMakeModules/FindSQLite3.cmake
CMakeModules/FindSimGear.cmake
CMakeModules/FindSvnClient.cmake
CMakeModules/FindUDev.cmake