Mercurial > hg > orthanc
changeset 4398:38c22715bb56
fix RunCppCheck.sh
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 22 Dec 2020 09:39:06 +0100 |
parents | 3aeb5171fbd4 |
children | 80fd140b12ba |
files | OrthancServer/Resources/RunCppCheck.sh |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/Resources/RunCppCheck.sh Tue Dec 22 08:59:23 2020 +0100 +++ b/OrthancServer/Resources/RunCppCheck.sh Tue Dec 22 09:39:06 2020 +0100 @@ -38,6 +38,8 @@ -DDCMTK_VERSION_NUMBER=365 \ -DHAVE_MALLOPT=1 \ -DMONGOOSE_USE_CALLBACKS=1 \ + -DJSONCPP_VERSION_MAJOR=1 \ + -DJSONCPP_VERSION_MINOR=0 \ -DORTHANC_BUILDING_FRAMEWORK_LIBRARY=0 \ -DORTHANC_BUILDING_SERVER_LIBRARY=1 \ -DORTHANC_BUILD_UNIT_TESTS=1 \