Skip to content

Commit

Permalink
Per #2887, updating build_met_sonarqube.sh to specify --std=c++11 sin…
Browse files Browse the repository at this point in the history
…ce c++17 is used by default
  • Loading branch information
JohnHalleyGotway committed Sep 9, 2024
1 parent 8e1ecef commit 1144765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/scripts/docker/build_met_sonarqube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ time_command ./configure \
BUFRLIB_NAME=${BUFRLIB_NAME} \
GRIB2CLIB_NAME=${GRIB2CLIB_NAME} \
--enable-all \
MET_CXX_STANDARD=11 \
CPPFLAGS="-I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/cairo" \
LIBS="-ltirpc"

Expand Down

0 comments on commit 1144765

Please sign in to comment.