Libin Zhou
Libin Zhou
Update: I can cmake --build targeting /build/abseil-cpp but then it will not find the tests in the next step. Hello, I am trying to install Abseil for Google S2 Geometry....
Basically I installed flatbuffer using git clone https://github.com/google/flatbuffers.git into the root directory of my CMake project and make my CMakeList.txt like the following: ``` cmake_minimum_required(VERSION 3.20) if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE Release)...
I follow all the steps of installing the dependencies and run the build scripts. But I got the following error and it doesn't seem like that the library is truly...