Skip to content

Commit 245e361

Browse files
committed
Disable tools for PPA deployment
1 parent 88e81d0 commit 245e361

File tree

1 file changed

+1
-1
lines changed
  • deploy/ubuntu-ppa/debian

1 file changed

+1
-1
lines changed

deploy/ubuntu-ppa/debian/rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build: build-arch
1111

1212
build-arch:
1313
mkdir $(BUILDDIR)
14-
cd $(BUILDDIR);cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DOPTION_BUILD_TESTS=Off -DOPTION_BUILD_EXAMPLES=Off -DOPTION_BUILD_DOCS=On ..
14+
cd $(BUILDDIR);cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DOPTION_BUILD_TESTS=Off -DOPTION_BUILD_EXAMPLES=Off -DOPTION_BUILD_TOOLS=Off -DOPTION_BUILD_DOCS=On ..
1515
make -C $(BUILDDIR)
1616

1717
# thirdly called by launchpad

0 commit comments

Comments
 (0)