Skip to content

Commit

Permalink
CMakeLists.txt: fixed mistyped name tsl-robin-map_FOUND variable.
Browse files Browse the repository at this point in the history
This change let package maintainers use `tsl-robin-map_DIR` cmake parameter
with path set to cloned and built robin-map repo.
  • Loading branch information
trunkmaster authored and davidchisnall committed Feb 5, 2024
1 parent 7c2ecce commit 7f44d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ endif ()

find_package(tsl-robin-map)

if (NOT tls-robin-map_FOUND)
if (NOT tsl-robin-map_FOUND)
FetchContent_Declare(
robinmap
GIT_REPOSITORY https://github.com/Tessil/robin-map/
Expand Down

0 comments on commit 7f44d19

Please sign in to comment.