zeek / pysubnettree

A Python Module for CIDR Lookups
Other
51 stars 20 forks source link

Move header files into include/ #17

Closed jsiwek closed 4 years ago

jsiwek commented 4 years ago

This avoids using the top-level project directory as a compiler include directory, which can be problematic with clang-9 on case-insensitive filesystems as it ends up mistaking the VERSION file to be the header.

Also fixes configuration warnings due to CMake policies not being set regarding SWIG behavior.