]> git.mxchange.org Git - simgear.git/commit
Option to use system, instead of built-in, expat
authorJames Turner <zakalawe@mac.com>
Sun, 16 Sep 2012 16:07:35 +0000 (17:07 +0100)
committerJames Turner <zakalawe@mac.com>
Sun, 16 Sep 2012 16:07:35 +0000 (17:07 +0100)
commitddbb2bea8a2a246a161c053bc16f11037dd7660f
tree4dcb601b47b0fe759a47763624a0fca289726e51
parent27131b43cb8e125b4e92163b641e748500ea36bc
Option to use system, instead of built-in, expat

At least one Linux distribution packager of FG has complained that we're bundling expat in our binaries. To keep them happy, add the option (-DSYSTEM_EXPAT=1 at cmake time) to use the system expat instead.

For the moment (and simplicity), this requires building SIMGEAR_SHARED (which is fired to on by selecting the option).
CMakeLists.txt
simgear/CMakeLists.txt
simgear/simgear_config_cmake.h.in
simgear/xml/CMakeLists.txt
simgear/xml/easyxml.cxx