Re-introduce -DHAVE_BOOST to cppcheck builds

A regression introduced in cppcheck 2.15.0 has been fixed in 2.16.0

(cherry picked from commit 01c262abdd)
This commit is contained in:
matt335672 2024-11-15 12:07:10 +00:00
parent a826445f53
commit 2e407c7d1a

View File

@ -149,9 +149,13 @@ fi
# Cppcheck 2.8 added optional support for utilizing Boost
make_args="$make_args CPPFLAGS=-DHAVE_BOOST"
;;
2.*)
2.15.*)
# Cppcheck 2.15 doesn't seem to define FILESDIR if CPPFLAGS is set
;;
2.*)
# Cppcheck 2.16 (and later) fixes the HAVE_BOOST issue
make_args="$make_args CPPFLAGS=-DHAVE_BOOST"
;;
esac
# Use all available CPUs