From 87ece91c6e4c457c5faac179dae6e11e2cd39b16 Mon Sep 17 00:00:00 2001 From: greg7mdp Date: Thu, 19 Jan 2023 16:24:50 -0500 Subject: [PATCH] Fix comment showing how to use FetchContents - issue #182 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b17655c..b40eb4a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ FetchContent_MakeAvailable(parallel-hashmap) ... - target_link_libraries (my_target PRIVATE parallel-hashmap) + include_directories(${parallel-hashmap_SOURCE_DIR}) #]===================================================================]