summaryrefslogtreecommitdiffstats
path: root/jjb/hicn/include-raw-hicn-docs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/hicn/include-raw-hicn-docs.sh')
-rw-r--r--jjb/hicn/include-raw-hicn-docs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/hicn/include-raw-hicn-docs.sh b/jjb/hicn/include-raw-hicn-docs.sh
index 7b0759571..1bb4f3019 100644
--- a/jjb/hicn/include-raw-hicn-docs.sh
+++ b/jjb/hicn/include-raw-hicn-docs.sh
@@ -29,7 +29,7 @@ echo "Current directory: $(pwd)"
update_cmake_repo
mkdir -p build
pushd build
-cmake -DBUILD_HICNPLUGIN=OFF -DBUILD_HICNLIGHT=OFF -DBUILD_LIBTRANSPORT=OFF -DBUILD_UTILS=OFF -DBUILD_APPS=OFF ..
+cmake -DBUILD_HICNPLUGIN=OFF -DBUILD_HICNLIGHT=OFF -DBUILD_LIBTRANSPORT=OFF -DBUILD_UTILS=OFF -DBUILD_APPS=OFF -DBUILD_CTRL=OFF ..
make doc
popd