mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
Merge pull request #222 from pblottiere/fix_installcheck
Fix installcheck when lazperf is disabled
This commit is contained in:
commit
fc766e52d3
@ -17,4 +17,5 @@ PGXS = @PGXS@
|
||||
LIB_A = libpc.a
|
||||
LIB_A_LAZPERF = liblazperf.a
|
||||
|
||||
LAZPERF_STATUS = @LAZPERF_STATUS@
|
||||
LAZPERF_CPPFLAGS = @LAZPERF_CPPFLAGS@
|
||||
|
||||
@ -30,7 +30,7 @@ DATA_built = \
|
||||
|
||||
REGRESS = pointcloud pointcloud_columns schema
|
||||
|
||||
ifneq ($(LAZPERF_STATUS), "disabled")
|
||||
ifneq ("$(LAZPERF_STATUS)", "disabled")
|
||||
REGRESS += pointcloud-laz
|
||||
endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user