CMakeLists.txt: fixed mistyped name `tsl-robin-map_FOUND` variable.

This change let package maintainers use `tsl-robin-map_DIR` cmake parameter
with path set to cloned and built robin-map repo.
main
Sergii Stoian 2 years ago committed by David Chisnall
parent 7c2ecced45
commit 7f44d19e6b

@ -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/

Loading…
Cancel
Save