Hi all,

You might see CMake errors like this after rebase to the latest master
branch:

CMake Error at cmake_modules/FindGTest.cmake:72 (message):
  Could not find the GTest Library
Call Stack (most recent call first):
  CMakeLists.txt:258 (find_package)

That's due to missing libgtest.so in your local toolchain directory. We
recently updated the gtest binaries to fix IMPALA-12915 but the gtest
version remains the same. So it won't be updated automatically.

You can remove that toolchain directory
(toolchain/toolchain-packages-gcc10.4.0/gtest-1.6.0), then run
bin/bootstrap_toolchain.py to download it again.

Regards,
Quanlong

Reply via email to