Fix comment showing how to use FetchContents - issue #182

This commit is contained in:
greg7mdp
2023-01-19 16:24:50 -05:00
parent c36739b79f
commit 87ece91c6e
+1 -1
View File
@@ -13,7 +13,7 @@
FetchContent_MakeAvailable(parallel-hashmap) FetchContent_MakeAvailable(parallel-hashmap)
... ...
target_link_libraries (my_target PRIVATE parallel-hashmap) include_directories(${parallel-hashmap_SOURCE_DIR})
#]===================================================================] #]===================================================================]