From 8cb590559f2f6fa016e47952d9c9f9fb4d663005 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 30 Jun 2013 21:40:09 +0200 Subject: [PATCH] core: add ":BOOL" in cmake option "ENABLE_DOC" (use same format as other options) (debian packaging) --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index c68153ae3..80e1dc01a 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ $(BUILDDIR)/Makefile: mkdir -p $(BUILDDIR) cd $(BUILDDIR) && \ cmake .. \ - -DENABLE_DOC=ON \ + -DENABLE_DOC:BOOL=ON \ -DCMAKE_INSTALL_PREFIX:FILEPATH=/usr \ -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \ -DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING="$(CFLAGS) -D_FORTIFY_SOURCE=2" \