IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 18021520 authored by ralfulrich's avatar ralfulrich
Browse files

Merge branch 'master' of gitlab.ikp.kit.edu:AirShowerPhysics/cxroot

parents 542b9e6d 0ad5e41d
No related branches found
No related tags found
No related merge requests found
Pipeline #3217 passed
...@@ -95,9 +95,9 @@ endif ...@@ -95,9 +95,9 @@ endif
LDFLAGS += -lbz2 LDFLAGS += -lbz2
SOFLAGS += -lbz2 SOFLAGS += -lbz2
ifneq ("$(BZIP2_INCLUDE_DIR)", "") ifneq ("x$(BZIP2_INCLUDE_DIRS)", "x")
CXXFLAGS += -I${BZIP2_INCLUDE_DIR} CXXFLAGS += -I${BZIP2_INCLUDE_DIRS}
endif () endif
CXXFLAGS += -std=c++17 -I$(TABDIR)/readLib/externals/compress_stream/include CXXFLAGS += -std=c++17 -I$(TABDIR)/readLib/externals/compress_stream/include
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment