jbeder / yaml-cpp

A YAML parser and emitter in C++
MIT License
4.91k stars 1.78k forks source link

0.7.0 + master: build with `YAML_CPP_BUILD_TESTS=ON` builds and installs gmock and gterst #1205

Open kloczek opened 11 months ago

kloczek commented 11 months ago

Looks like build YAML_CPP_BUILD_TESTS=ON causes build against bundled gtest (test/gtest-1.11.0/). Instead using bundled gtest better wold be requires system installed gtest and gmock.