mattgodbolt / seasocks

Simple, small, C++ embeddable webserver with WebSockets support
BSD 2-Clause "Simplified" License
724 stars 120 forks source link

Require CMake 3.5+ #190

Closed offa closed 1 year ago

offa commented 1 year ago

According to CMake 3.27 release notes:

Compatibility with versions of CMake older than 3.5 is now deprecated and will be removed from a future version.

offa commented 1 year ago

:information_source: Regarding Clang 14 build failure: #189. I'm going to update this PR once the former has been merged.

codecov[bot] commented 1 year ago

Codecov Report

Merging #190 (e2e07f0) into master (b7c8931) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #190   +/-   ##
=======================================
  Coverage   34.84%   34.84%           
=======================================
  Files          54       54           
  Lines        2330     2330           
  Branches      355      355           
=======================================
  Hits          812      812           
  Misses       1429     1429           
  Partials       89       89           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more