From 7f44d19e6b0ffd99a55586a78ba9bfce5a0916b9 Mon Sep 17 00:00:00 2001 From: Sergii Stoian Date: Mon, 5 Feb 2024 16:04:10 +0000 Subject: [PATCH] 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. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e080d8..a26f3c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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/