summaryrefslogtreecommitdiffstats
path: root/src/pcl.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcl.mk')
-rw-r--r--src/pcl.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pcl.mk b/src/pcl.mk
index 0793202..1804e56 100644
--- a/src/pcl.mk
+++ b/src/pcl.mk
@@ -10,7 +10,8 @@ $(PKG)_URL := http://www.pointclouds.org/assets/files/$($(PKG)_VERSION)/$($
$(PKG)_DEPS := gcc libgomp boost eigen flann vtk
define $(PKG)_UPDATE
- /bin/false
+ echo 'TODO: write update script for $(PKG).' >&2;
+ echo $($(PKG)_VERSION)
endef
# There is a strange problem where including <cfloat> leads to an error