From 85e9ce346a278bf692f57cbc1840df1072d93219 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 24 Apr 2020 15:17:40 -0700 Subject: [PATCH] ipfs-http-client: fix compilation of tests Wrong CMake variable was being used to enable them. Small whitespace fix. Signed-off-by: Rosen Penev --- libs/ipfs-http-client/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/ipfs-http-client/Makefile b/libs/ipfs-http-client/Makefile index 1bb0e68a8..7b7cc04bc 100644 --- a/libs/ipfs-http-client/Makefile +++ b/libs/ipfs-http-client/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ipfs-http-client -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_MAINTAINER:=Leonid Esman PKG_LICENSE:=MIT @@ -38,7 +38,7 @@ define Package/libipfs-http-client endef define Package/libipfs-http-client/description - $(call Package/ipfs-http-client/Default/description) + $(call Package/ipfs-http-client/Default/description) This package contains shared library. endef @@ -51,13 +51,13 @@ define Package/ipfs-http-client-tests endef define Package/ipfs-http-client-tests/description - $(call Package/ipfs-http-client/Default/description) + $(call Package/ipfs-http-client/Default/description) This package contains library tests. endef CMAKE_OPTIONS += \ -DBUILD_SHARED_LIBS=ON \ - -DENABLE_TESTING=ON + -DBUILD_TESTING=ON define Package/libipfs-http-client/install $(INSTALL_DIR) $(1)/usr/lib