From 20a028e2aeab03b42a7ed31067e7b7047f563ae6 Mon Sep 17 00:00:00 2001 From: Seizure Salad <67077815+SeizureSaladd@users.noreply.github.com> Date: Tue, 2 Aug 2022 16:28:59 -0400 Subject: [PATCH] Fix spelling mistake (#401) --- docs/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build.md b/docs/build.md index 09c6f4dd..a07731d6 100644 --- a/docs/build.md +++ b/docs/build.md @@ -54,7 +54,7 @@ To use the installed package within a cmake project, use the following: # include headers include_directories(${IXWEBSOCKET_INCLUDE_DIR}) # ... - target_link_libraries(${PROJECT_NAME} ... ${IXWEBSOCKET_LIBRARY}) # Cmake will automatically fail the generation if the lib was not found, i.e is set to NOTFOUNS + target_link_libraries(${PROJECT_NAME} ... ${IXWEBSOCKET_LIBRARY}) # Cmake will automatically fail the generation if the lib was not found, i.e is set to NOTFOUND ```