README.cmake (1a7f74036448e74d622336f1b0c976c73e3a39a5) | README.cmake (c256d3273fd9d12e1c6e52402af29877bb738fdb) |
---|---|
1CMake Settings 2============== 3The following are flags that may be of use when configuing this project. 4 | 1CMake Settings 2============== 3The following are flags that may be of use when configuing this project. 4 |
5 * DISABLE_PYTHON | 5 * ENABLE_PYTHON |
6 * A boolean flag for building and installing btaptap python tool. 7 8 * USE_PCAP 9 * USE_PCAP=ON - Build with pcap support, the build will fail if 10 libpcap is not found. 11 * USE_PCAP=OFF - Disable pcap support will be disabled. 12 * If left undefined pcap support will be enabled if libpcap is present. | 6 * A boolean flag for building and installing btaptap python tool. 7 8 * USE_PCAP 9 * USE_PCAP=ON - Build with pcap support, the build will fail if 10 libpcap is not found. 11 * USE_PCAP=OFF - Disable pcap support will be disabled. 12 * If left undefined pcap support will be enabled if libpcap is present. |