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)