summaryrefslogtreecommitdiff
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2014-08-22 23:01:11 +0100
committerGraham Bloice <graham.bloice@trihedral.com>2014-08-24 08:05:06 +0000
commit28bea6f796b7ccfa739653be05a052bca1e730e0 (patch)
treeb4f15b16bb48713f2e12b74f29f89c044b786c10 /CMakeOptions.txt
parent97546165fafc0fa05ba08f1c2927f0fa22d24e93 (diff)
downloadwireshark-28bea6f796b7ccfa739653be05a052bca1e730e0.tar.gz
Add captype to the CMake options so it gets built if required
Change-Id: I915a7caa32a1f644c30c1579a8ad15e39db9e02a Reviewed-on: https://code.wireshark.org/review/3799 Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index 6bf542de6c..079ff9f17d 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -11,6 +11,7 @@ option(BUILD_mergecap "Build mergecap" ON)
option(BUILD_reordercap "Build reordercap" ON)
option(BUILD_editcap "Build editcap" ON)
option(BUILD_capinfos "Build capinfos" ON)
+option(BUILD_captype "Build captype" ON)
option(BUILD_randpkt "Build randpkt" ON)
option(BUILD_dftest "Build dftest" ON)
option(AUTOGEN_dcerpc "Autogenerate DCE RPC dissectors" OFF)