Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake cannot find PlotJuggler_LIBRARY #3

Open
Inquisitive-ME opened this issue Jan 9, 2022 · 1 comment
Open

CMake cannot find PlotJuggler_LIBRARY #3

Inquisitive-ME opened this issue Jan 9, 2022 · 1 comment

Comments

@Inquisitive-ME
Copy link

I'm not sure how this is supposed to work but I installed Plot Juggler as described and when I try to build this project it can't find it

I am running:

mkdir build; cd build
cmake -D Qt5_DIR=~/Qt/5.15.8/gcc_64/lib/cmake/Qt5/ ..

And I get

CMake Error at /usr/local/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find PlotJuggler (missing: PlotJuggler_LIBRARY)
Call Stack (most recent call first):
  /usr/local/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  cmake/FindPlotJuggler.cmake:54 (find_package_handle_standard_args)
  CMakeLists.txt:36 (find_package)

This is on Ubuntu 21.10

@gundy360
Copy link

I'm getting pretty much the same error on Ubuntu 20.04 (WSL). I've been able to compile the https://github.com/PlotJuggler/plotjuggler-CAN-dbs repo that looks for the same package though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants