zeek / cmake

CMake scripts used in Zeek
https://www.zeek.org
Other
48 stars 59 forks source link

Required compiler versions are out-of-date from Zeek documentation #81

Open timwoj opened 1 year ago

timwoj commented 1 year ago

https://docs.zeek.org/en/master/install.html#required-dependencies states that we require GCC >= 8 and Clang >= 9. RequireCXX17.cmake requires GCC >= 7 and Clang >= 4, and should be updated to match the what our required dependencies are.

The Apple clang version can be updated to 11.4 as well, which is equivalent to Clang 9.0 according to https://en.wikipedia.org/wiki/Xcode#Xcode_11.0_-_14.x_(since_SwiftUI_framework)_2.