IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 0ad5e41d authored by eb8584@kit.edu's avatar eb8584@kit.edu
Browse files

fixed Makefile mistake

parent 73e3d1fa
No related branches found
No related tags found
No related merge requests found
Pipeline #3191 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