From 273d0a5bbb269b55c81c91d502028589052cceca Mon Sep 17 00:00:00 2001 From: niansa Date: Wed, 28 Jul 2021 10:11:26 +0000 Subject: [PATCH] Minor fix in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba8dec8..afbbc2f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Based on https://github.com/jbaldwin/libcoro but cross-platform GIT_REPOSITORY https://gitlab.com/niansa/libcrosscoro.git GIT_TAG ) - FetchContent_MakeAvailable(libcoro) + FetchContent_MakeAvailable(libcrosscoro) # Link the libcoro cmake target to your project(s). - target_link_libraries(${PROJECT_NAME} PUBLIC libcrosscoro) \ No newline at end of file + target_link_libraries(${PROJECT_NAME} PUBLIC crosscoro)