Skip to content

Tests: require C++11 for some protobuf tests

Rolf Eike Beer requested to merge DerDakon/cmake:pb-cxx11 into master

Newer versions of Protobuf require C++11, which is reflected in the imported target created by FindProtobuf. Manually set this for all tests that only use the variables.

Merge request reports