XikunLiu-huskit / GLIO

GLIO: Tightly-Coupled GNSS/LiDAR/IMU Integration for Continuous and Drift-free State Estimation
229 stars 31 forks source link

gflags compilation problems #10

Closed WangWenda98 closed 2 months ago

WangWenda98 commented 3 months ago

Thank you very much for the excellent work of the author. Unfortunately, there was a problem that the gflags compilation did not pass during the compilation process. Do you have any good suggestions to solve it

CMake Error at /usr/lib/x86_64-linux-gnu/cmake/gflags/gflags-targets. cmake:37 (message): Some (but not all) targets in this export set were already defined.

Targets Defined: gflags_shared; gflags_nothreads_shared

Targets not yet defined: gflags_static; gflags_nothreads_static

WangWenda98 commented 3 months ago

Have been solved

XikunLiu-huskit commented 2 months ago

Hi @WangWenda98, great to know that!