diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/Make.WarpX | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Make.WarpX b/Source/Make.WarpX index fa708a62a..de6eed9da 100644 --- a/Source/Make.WarpX +++ b/Source/Make.WarpX @@ -124,7 +124,7 @@ endif ifeq ($(USE_OPENPMD), TRUE) # try pkg-config query - ifeq (0, $(shell pkg-config "openPMD >= 0.9.0"; echo $$?)) + ifeq (0, $(shell pkg-config "openPMD >= 0.10.3"; echo $$?)) CXXFLAGS += $(shell pkg-config --cflags openPMD) LIBRARY_LOCATIONS += $(shell pkg-config --variable=libdir openPMD) libraries += $(shell pkg-config --libs-only-l openPMD) |