Wolfgang Stöggl 8ac55a8534
Add find_package(tinyxml2) to CMake builds (#2691)
So far, the cmake files of Cppcheck needed to be patched in order to
use installed tinyxml2 instead of the bundled version of tinyxml2.
- Introduce the CMake option USE_BUNDLED_TINYXML2 with a default value
  of ON. This preserves the behavior as in the past and uses the
  bundled version under externals/tinyxml2 by default.
- Usage of the installed tinyxml2 version of a system can be enabled
  now using -DUSE_BUNDLED_TINYXML2=OFF as a cmake parameter.
- Some Linux distros do not install tinyxml2*.cmake files, which are
  required to find tinyxml2 using find_package().
  Try first using find_package(tinyxml2 QUIET) and if this fails, try
  again using find_library(tinyxml2_LIBRARY tinyxml2)
2020-11-22 08:57:07 +01:00
..
2020-11-08 17:02:19 +01:00
2017-06-05 13:23:00 +02:00
2019-06-29 07:49:14 +02:00
2019-06-29 07:49:14 +02:00
2020-06-13 16:37:12 +02:00
2020-05-10 11:16:32 +02:00
2019-02-09 07:24:06 +01:00
2020-11-19 21:25:49 +01:00
2020-10-03 09:15:56 +02:00
2020-05-10 11:16:32 +02:00
2020-05-10 11:16:32 +02:00
2020-05-10 11:16:32 +02:00
2019-02-09 07:24:06 +01:00
2020-05-10 11:16:32 +02:00
2020-05-10 11:16:32 +02:00
2020-05-10 11:16:32 +02:00
2019-06-29 07:49:14 +02:00
2020-06-13 16:37:12 +02:00
2020-06-13 16:37:12 +02:00
2020-05-23 07:16:49 +02:00
2019-02-09 07:24:06 +01:00
2019-02-09 07:24:06 +01:00
2020-11-16 20:11:26 +01:00
2020-06-13 16:37:12 +02:00
2020-05-10 11:16:32 +02:00
2020-06-13 16:37:12 +02:00
2019-03-16 09:17:50 +01:00
2020-11-16 20:11:26 +01:00