From b5a97f3cc73e75009c3a62e802ed24bbceb1e61c Mon Sep 17 00:00:00 2001
From: JanThorbecke <janth@xs4all.nl>
Date: Sat, 20 Jun 2020 17:47:16 +0200
Subject: [PATCH] zfp compilation

---
 zfp/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zfp/Makefile b/zfp/Makefile
index 1f73d10..4b83d4f 100644
--- a/zfp/Makefile
+++ b/zfp/Makefile
@@ -44,7 +44,7 @@ ifneq ($(BUILD_EXAMPLES),0)
 	@cd examples; $(MAKE) clean all
 endif
 
-install:
+install: all
 	-cp -rp include/* $I
 	-cp -rp lib/* $L
 
-- 
GitLab