undefined reference to 'google::base::CheckOpMessageBuilder::CheckOpMessageBuilder(char const*)'

  Set the CMakeLists.txt file to 'Release' and not set to Debug to solve this problem

set( CMAKE_BUILD_TYPE Release )

Guess you like

Origin blog.csdn.net/qq_45577269/article/details/130678279