mfontanini / libtins

High-level, multiplatform C++ network packet sniffing and crafting library.
http://libtins.github.io/
BSD 2-Clause "Simplified" License
1.9k stars 375 forks source link

fix CMakeLists #396

Open stubbfel opened 4 years ago

stubbfel commented 4 years ago

add missing openssl cmake variables, when dot11 or WPA2 are disable.

When dot11 or WPA2 are disable the variable OPENSSL_INCLUDE_DIR will be still in used

see https://github.com/mfontanini/libtins/blob/master/src/CMakeLists.txt#L12