Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
debian packaging: enable PDAL only on bullseye and jammy
  • Loading branch information
jef-n committed May 9, 2023
1 parent 87d3501 commit 1f73986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Expand Up @@ -106,7 +106,7 @@ ifneq ($(SHA),)
CMAKE_OPTS += -DSHA=$(SHA)
endif

ifeq (,$(findstring $(DISTRIBUTION),"sid kinetic lunar"))
ifneq (,$(findstring $(DISTRIBUTION),"jammy bullseye"))
CMAKE_OPTS += -DWITH_PDAL=TRUE
else
CMAKE_OPTS += -DWITH_PDAL=FALSE
Expand Down

0 comments on commit 1f73986

Please sign in to comment.