-
Notifications
You must be signed in to change notification settings - Fork 22
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
Build error: "By not providing "Findyak.cmake" in CMAKE_MODULE_PATH..." #19
Comments
It looks like you're not building Yak, which is the underlying TSDF library that |
Thank you a lot,
It seems I need to comment some config in some files |
Strictly speaking that's a Yak issue rather than a You can close this issue if your original question has been resolved. |
Hi there,
Error came up when I tried to build this in my ROS1 workspace.
I did what the 'readme' says, clone this repository into mycatkin_ws/src/
then I ran 'catkin build'
the error is:
By not providing "Findyak.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "yak", but
CMake did not find one.
Could not find a package configuration file provided by "yak" with any of
the following names:
Add the installation prefix of "yak" to CMAKE_PREFIX_PATH or set "yak_DIR"
to a directory containing one of the above files. If "yak" provides a
separate development package or SDK, be sure it has been installed.
What should I do then?
Thx a lot
The text was updated successfully, but these errors were encountered: