tklab-tud / ID2T

Official ID2T repository. ID2T creates labeled IT network datasets that contain user defined synthetic attacks.
MIT License
56 stars 22 forks source link

Fix build on macOS 10.14 #81

Closed thrimbor closed 5 years ago

thrimbor commented 5 years ago

macOS 10.14 Mojave seems to not include /usr/local/include (which is where brew installs its stuff) in it's include paths by default, which leads to ID2T not finding the libtins headers (and potentially others, too). This fixes that by manually adding the include path in out CMakeLists.txt.