]> git.mxchange.org Git - simgear.git/commit
CMake: Proper support for lib vs lib64 installation
authorThorstenB <brehmt@gmail.com>
Fri, 25 Nov 2011 11:06:54 +0000 (12:06 +0100)
committerThorstenB <brehmt@gmail.com>
Fri, 25 Nov 2011 11:06:54 +0000 (12:06 +0100)
commitec5d067d288120e38b3b27aa0168bd32432310b1
tree021581e9d64d968731f2533c05c0853401edd8b0
parent3c9fec78fa8b3c463e58ae3b291bb4a0ab25a189
CMake: Proper support for lib vs lib64 installation
Determine name of library installation directory, i.e. "lib" vs "lib64",
which differs between all Debian-based vs all other Linux distros.
See cmake bug #11964, http://cmake.org/gitweb?p=cmake.git;a=commit;h=126c993d
Also provide a script for older (<=2.8.4) cmake
CMakeLists.txt
CMakeModules/OldGNUInstallDirs.cmake [new file with mode: 0644]
CMakeModules/SimGearComponent.cmake