Skip to content

Commit

Permalink
r.in.pdal: info.cpp also needs PDALCPPFLAGS (OSGeo#1768)
Browse files Browse the repository at this point in the history
  • Loading branch information
HuidaeCho authored and ninsbl committed Feb 17, 2023
1 parent 55f34d7 commit 56b2861
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 56b2861

Please sign in to comment.