1
0
mirror of https://github.com/libssh2/libssh2.git synced 2026-01-27 00:18:12 +03:00

tidy-up: typo in comment [ci skip]

This commit is contained in:
Viktor Szakats
2024-06-08 00:49:14 +02:00
parent e23dea609a
commit 792e1b6fbc

View File

@@ -195,7 +195,7 @@ install(
"${PROJECT_SOURCE_DIR}/cmake/Findwolfssl.cmake"
DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}")
## Export a .pc file for client projects not using CMaek
## Export a .pc file for client projects not using CMake
if(LIBSSH2_PC_REQUIRES_PRIVATE)
string(REPLACE ";" "," LIBSSH2_PC_REQUIRES_PRIVATE "${LIBSSH2_PC_REQUIRES_PRIVATE}")
endif()