86fb1ed00fdd23e3df60da64f9b03111a774c636
BoostTestTargets.cmake requires the CMake-configurable form of the Boost test framework to be used (i.e. "#include <BoostTestTargetConfig.h>"), and checks each test source code file for this, outputting a warning in case this requirement is not met. Unfortunately, a conditional in the check is badly specified (the CMake variable syntax is not followed), so the warning is emitted even when it should not be. This patch fixes this bug and restores the correct behavior. Submitted upstream at https://github.com/rpavlik/cmake-modules/pull/44
SimGear - Simulator Construction Tools ====================================== http://www.flightgear.org SimGear is a set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications. SimGear is developed by the FlightGear project and also provides the base for the FlightGear Flight Simulator. Source code for SimGear is released under the GNU Library General Public License (LGPL) - see COPYING for license details. See INSTALL file for help on building SimGear.
Description
Languages
C++
85.5%
C
13.1%
CMake
1.4%