Add configure options to make change the default file format
[metze/wireshark/wip.git] / CMakeLists.txt
index d795c6d1812bc2dd641fabbd0e3d5174209b989b..8c79cc737ae75b3f5b34ff1c0b5088675757f1a1 100644 (file)
@@ -435,6 +435,10 @@ if(ENABLE_GUIDES)
        add_subdirectory( docbook )
 endif()
 
+if(ENABLE_PCAP_NG_DEFAULT)
+       set(PCAP_NG_DEFAULT 1)
+endif()
+
 #Platform specific
 if(UNIX)
        set(WS_VAR_IMPORT "extern")