-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 can't find toml11 on Linux Mint 21.2 #1601
Comments
We had the same issues for some people that used Debian where the toml config was also not found by cmake. They probably used the wrong file for their cmake config. I'm not sure if this helps but this is the config that current Ubuntu uses which shouldn't have that problem. Try to make a backup of your old place and replace the files. Maybe that works. |
This worked, but I'd like to note that the |
One should open a but at debian/ubuntu if not present already. |
It does exist already https://bugs.launchpad.net/ubuntu/+source/toml11/+bug/1978418 |
Same here. Perhaps add a note about mint in the build docs for now would be good. What do you all think? |
Yeah that's a good idea since it doesn't seem to get fixed... |
Followed all the Ubuntu build instructions, but unfortunately, this error prevented my build from being fully completed:
All dependencies are installed including libtoml11-dev and python3-toml, so I'm not sure where to go from here.
The text was updated successfully, but these errors were encountered: