]> git.mxchange.org Git - flightgear.git/commit
Use CMAKE_INSTALL_BINDIR
authorJeremy Bicha <jbicha@ubuntu.com>
Sat, 9 Jul 2016 21:14:28 +0000 (17:14 -0400)
committerRoland Haeder <roland@mxchange.org>
Thu, 22 Sep 2016 21:27:47 +0000 (23:27 +0200)
commitee1efe5d036a5cc88e00d5ef8c969f551ca31d01
treeee39723089526aa3873dfcb8c41bc5fe59d814e3
parente8fe22a7f8f87a7a92f2c2527e18f5b9ca200ccc
Use CMAKE_INSTALL_BINDIR

Allow /bin install directory to be overriden. Debian for example uses this
to install FlightGear to /usr/games/ instead of /usr/bin/

https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html
12 files changed:
README.cmake
src/FDM/YASim/CMakeLists.txt
src/Input/CMakeLists.txt
src/Main/CMakeLists.txt
utils/GPSsmooth/CMakeLists.txt
utils/TerraSync/CMakeLists.txt
utils/fgai/CMakeLists.txt
utils/fgcom/CMakeLists.txt
utils/fgelev/CMakeLists.txt
utils/fgpanel/CMakeLists.txt
utils/fgviewer/CMakeLists.txt
utils/stgmerge/CMakeLists.txt