Skip to content

Commit

Permalink
r.in.pdal: info.cpp also needs PDALCPPFLAGS (#1768)
Browse files Browse the repository at this point in the history
  • Loading branch information
HuidaeCho authored Aug 2, 2021
1 parent 9890333 commit 647a5e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions raster/r.in.pdal/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ include $(MODULE_TOPDIR)/include/Make/Module.make

$(OBJDIR)/main.o : EXTRA_CFLAGS += $(PDALCPPFLAGS)

$(OBJDIR)/info.o : EXTRA_CFLAGS += $(PDALCPPFLAGS)

$(OBJDIR)/grasslidarfilter.o : EXTRA_CFLAGS += $(PDALCPPFLAGS)

LINK = $(CXX)
Expand Down

0 comments on commit 647a5e6

Please sign in to comment.