aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2016-06-16 15:27:25 -0700
committerPeter Wu <peter@lekensteyn.nl>2016-06-27 21:08:45 +0000
commit4add8b6b4523db8966c88d69b7f9710859ec3081 (patch)
tree9c41eaccce1cb1ce3adf9d5ec14eb686d3727b1e /CMakeOptions.txt
parentb0b2540fbaad26d282a6e335c2b800c056961514 (diff)
cmake: add idl2wrs-dissectors target for DCERPC
Add a callable target such that dissectors can be generated without the AUTOGEN_dcerpc option. Modelled after the pidl CMakeLists.txt file and target. This approach has the advantage over the previous implementation such that the clean target does not remove the packet-dcerpc-X.c files. Change-Id: I3226937eaa76dffa253df9d4f989421d5faa3f3f Reviewed-on: https://code.wireshark.org/review/15989 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index 1f73fe7b45..8140b642e7 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -18,7 +18,6 @@ option(BUILD_androiddump "Build androiddump" ON)
option(BUILD_sshdump "Build sshdump" ON)
option(BUILD_ciscodump "Build ciscodump" ON)
option(BUILD_randpktdump "Build randpktdump" ON)
-option(AUTOGEN_dcerpc "Autogenerate DCE RPC dissectors" OFF)
option(DISABLE_WERROR "Do not treat warnings as errors" OFF)
option(EXTCAP_ANDROIDDUMP_LIBPCAP "Build androiddump using libpcap" OFF)