google / effcee

Effcee is a C++ library for stateful pattern matching of strings, inspired by LLVM's FileCheck
Apache License 2.0
93 stars 39 forks source link

Avoid hardcoding C++11 requirement at project level #48

Closed dneto0 closed 1 year ago

dneto0 commented 1 year ago

Set the requirement for C++11 on the library target. Use target_compile_features, which is new in CMake 3.8

Update minmum CMake to 3.17.2, which is what our bots have installed.