Skip to content

Commit c19d3f6

Browse files
Merge pull request #118 from munechika-koyo/fix/pkgconfig
🛠️ Remove C++17 standard flag from pkg-config files
2 parents 8ccaf82 + 71f51c2 commit c19d3f6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

source/etc/uda-cpp.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Name: UDA
88
Description: The Universal Data Access library
99
URL: https://ukaea.github.io/UDA/
1010
Version: @PROJECT_VERSION@
11-
Cflags: -std=c++17 -I${includedir} -I${includedir}/c++ @PKGCONFIG_INCLUDES@
11+
Cflags: -I${includedir} -I${includedir}/c++ @PKGCONFIG_INCLUDES@
1212
Libs: -L${libdir} -luda_cpp @PKGCONFIG_LIBRARIES@
1313
Requires: @PKGCONFIG_REQUIRES@

source/etc/uda-fat-cpp.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Name: UDA
88
Description: The Universal Data Access library
99
URL: https://ukaea.github.io/UDA/
1010
Version: @PROJECT_VERSION@
11-
Cflags: -DFATCLIENT -std=c++17 -I${includedir} -I${includedir}/c++ @PKGCONFIG_INCLUDES@
11+
Cflags: -DFATCLIENT -I${includedir} -I${includedir}/c++ @PKGCONFIG_INCLUDES@
1212
Libs: -L${libdir} -lfatuda_cpp @PKGCONFIG_LIBRARIES@
1313
Requires: @PKGCONFIG_REQUIRES@

0 commit comments

Comments
 (0)