Don't check the libmagic version number, since it is determined incorrectly,
and this will cause the build to fail on Snow Leopard and earlier when the
otherwise unnecessary file port is not also installed, and upstream does not
plan to fix this.
https://bro-tracker.atlassian.net/browse/BIT-1096
old
|
new
|
|
75 | 75 | endif () |
76 | 76 | |
77 | 77 | set(libmagic_req 5.04) |
78 | | if ( LibMagic_VERSION VERSION_LESS ${libmagic_req} ) |
79 | | message(FATAL_ERROR "libmagic of at least version ${libmagic_req} required " |
80 | | "(found ${LibMagic_VERSION})") |
81 | | endif () |
82 | 78 | |
83 | 79 | include_directories(BEFORE |
84 | 80 | ${PCAP_INCLUDE_DIR} |