Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create a local tsl-robin-mapTargets.cmake to fix issue #45
With this local Targets file the CMake binary directory can be passed to find_package without needing an installation. Example: find_package(tsl-robin-map PATHS "/home/user/robin-map/build") if (tsl-robin-map_FOUND) target_link_libraries(my_project PRIVATE tsl::robin_map) endif()
- Loading branch information