On Thu, 27 Apr 2023 19:16:36 +0530 Pirate Praveen
<prav...@onenetbeyond.org> wrote:
> though now the error changed to,
> CMake Error at cmake/tests.cmake:97 (target_link_libraries):
> Target "tests" links to:
>
> absl::scoped_mock_log
>
> but the target was not found. Possible reasons include:
>
> * There is a typo in the target name.
> * A find_package call is missing for an IMPORTED target.
> * An ALIAS target is missing.
>
> Call Stack (most recent call first):
> CMakeLists.txt:401 (include)
Looks like this is a bug in abseil itself
https://github.com/abseil/abseil-cpp/issues/1407