Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
ityuhui committed May 1, 2024
1 parent d5f7f8e commit c072496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/Config.cmake.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
find_package(OpenSSL REQUIRED)
find_package(ZLIB REQUIRED)
find_package(yaml CONFIG REQUIRED)
find_package(libwebsockets CONFIG REQUIRED)
find_package(Libwebsockets CONFIG REQUIRED)

include("${CMAKE_CURRENT_LIST_DIR}/@pkgName@Targets.cmake")
2 changes: 1 addition & 1 deletion kubernetes/PreTarget.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ list(APPEND HDRS
include/generic.h
include/utils.h)

find_package(libwebsockets CONFIG REQUIRED)
find_package(Libwebsockets CONFIG REQUIRED)
find_package(yaml CONFIG REQUIRED)

0 comments on commit c072496

Please sign in to comment.