solve the version conflict of google test on ubuntu
uninstall the default one on ubuntu
sudo apt-get remove libgtest-dev
cmakelist.txt
cmake_minimum_required(VERSION 2.8)project(testGTest)file(GLOB srcs *.cpp *.hpp *.cc *.h)
find_package(GTest REQUIRED
原创
2017-11-25 23:02:00 ·
271 阅读 ·
0 评论