diff --git a/source/etc/uda-cpp.pc.in b/source/etc/uda-cpp.pc.in index 744bf6a3..600d6e83 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++17 -I${includedir} -I${includedir}/c++ @PKGCONFIG_INCLUDES@ +Cflags: -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 2ac8a375..bc57f82f 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++17 -I${includedir} -I${includedir}/c++ @PKGCONFIG_INCLUDES@ +Cflags: -DFATCLIENT -I${includedir} -I${includedir}/c++ @PKGCONFIG_INCLUDES@ Libs: -L${libdir} -lfatuda_cpp @PKGCONFIG_LIBRARIES@ Requires: @PKGCONFIG_REQUIRES@