We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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:
And I get
This is on Ubuntu 21.10
The text was updated successfully, but these errors were encountered: