diff --git a/source/etc/uda-cpp.pc.in b/source/etc/uda-cpp.pc.in index 1bc14774..744bf6a3 100755 --- a/source/etc/uda-cpp.pc.in +++ b/source/etc/uda-cpp.pc.in @@ -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@ diff --git a/source/etc/uda-fat-cpp.pc.in b/source/etc/uda-fat-cpp.pc.in index 24012f85..2ac8a375 100755 --- a/source/etc/uda-fat-cpp.pc.in +++ b/source/etc/uda-fat-cpp.pc.in @@ -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@