From 00d096baa5bd75a4a49cde2f8acfc8e44c647d61 Mon Sep 17 00:00:00 2001 From: Phillip Johnston Date: Mon, 27 Jul 2020 15:09:28 -0700 Subject: [PATCH] Specify Ninja --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 7013484..9f08770 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,9 @@ endif BUILDRESULTS ?= buildresults CONFIGURED_BUILD_DEP = $(BUILDRESULTS)/build.ninja +# This skeleton is built for CMake's Ninja generator +export CMAKE_GENERATOR=Ninja + OPTIONS ?= INTERNAL_OPTIONS =