From 2e654b19f38f1f941c70a5adcdac6311234362c3 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 10 Jun 2021 16:27:06 -0700 Subject: treewide: back to cmake.mk Ninja was merged to base and therefore we can now use normal cmake.mk Signed-off-by: Rosen Penev --- libs/libre2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/libre2/Makefile') diff --git a/libs/libre2/Makefile b/libs/libre2/Makefile index 44f44af29..972cbf29b 100644 --- a/libs/libre2/Makefile +++ b/libs/libre2/Makefile @@ -15,7 +15,7 @@ PKG_LICENSE_FILES:=LICENSE CMAKE_INSTALL:=1 include $(INCLUDE_DIR)/package.mk -include ../../devel/ninja/ninja-cmake.mk +include $(INCLUDE_DIR)/cmake.mk define Package/re2 SECTION:=libs -- cgit v1.2.3