Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
debian packaging: disable pdal by default
  • Loading branch information
jef-n committed May 2, 2023
1 parent 30a6411 commit 0d0f60a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions debian/rules
Expand Up @@ -108,6 +108,8 @@ endif

ifeq (,$(findstring $(DISTRIBUTION),"sid kinetic lunar"))
CMAKE_OPTS += -DWITH_PDAL=TRUE
else
CMAKE_OPTS += -DWITH_PDAL=FALSE
endif

ifneq (,$(findstring ;$(GRASSVER);, ";7;8;"))
Expand Down

0 comments on commit 0d0f60a

Please sign in to comment.