Skip to content

Commit

Permalink
updating c++11 flag to c++17 in pkgconfig files for the cpp wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Aug 22, 2024
1 parent f9dfc71 commit d8378c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/etc/uda-cpp.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Name: UDA
Description: The Universal Data Access library
URL: https://ukaea.github.io/UDA/
Version: @PROJECT_VERSION@
Cflags: -std=c++11 -I${includedir} -I${includedir}/c++ @PKGCONFIG_INCLUDES@
Cflags: -std=c++17 -I${includedir} -I${includedir}/c++ @PKGCONFIG_INCLUDES@
Libs: -L${libdir} -luda_cpp @PKGCONFIG_LIBRARIES@
Requires: @PKGCONFIG_REQUIRES@
2 changes: 1 addition & 1 deletion source/etc/uda-fat-cpp.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Name: UDA
Description: The Universal Data Access library
URL: https://ukaea.github.io/UDA/
Version: @PROJECT_VERSION@
Cflags: -DFATCLIENT -std=c++11 -I${includedir} -I${includedir}/c++ @PKGCONFIG_INCLUDES@
Cflags: -DFATCLIENT -std=c++17 -I${includedir} -I${includedir}/c++ @PKGCONFIG_INCLUDES@
Libs: -L${libdir} -lfatuda_cpp @PKGCONFIG_LIBRARIES@
Requires: @PKGCONFIG_REQUIRES@

0 comments on commit d8378c3

Please sign in to comment.