-
Notifications
You must be signed in to change notification settings - Fork 612
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
[BUG] Installed Tessil/robin-map is not found and downloaded version is outdated #4050
Comments
@lgritz Do you think it makes sense to update the default version of If I see it correctly, both the CMake code and the API of the latest |
Yes, we should definitely bump the version. In master, I think we can move to the very latest. In 2.5 releases, we still need to be C++14 compatible, so somebody will need to figure out what the highest version of robin-map is that we can use while satisfying that constraint. |
As far as the C++ standard is concerned, the documentation says:
As far as I can see, the CI pipelines use the respective default of the compiler. This should be C++11 and C++14 for GCC/clang/msvc. So I don't think that should cause any problems in the 2.5 branch either. It would be nice if the integration could be done with the standard CMake |
Yes, coincidentally, I'm working on a total overhaul of how we pull in and self-build some dependencies. |
Describe the bug
I need to build without internet connection. So I build and install dependencies manuelly.
You download Robinmap here:
You use a very outdated version of it: (just a side note)
I build and install the current version 1.2.1 from https://github.com/Tessil/robin-map. This gives me CMake Config files.
The Bug is, that these are not considered by your
find_package (Robinmap QUIET)
call:The library name is
tsl-robin-map
, notRobinmap
.Evidence
Platform information:
The text was updated successfully, but these errors were encountered: