Skip to content

Commit

Permalink
Add missing find_dependency calls
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed Sep 9, 2023
1 parent 33a831e commit 9526a8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/module-config.cmake.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@PACKAGE_INIT@

find_dependency(oatpp)
find_dependency(ZLIB)

if(NOT TARGET oatpp::@OATPP_MODULE_NAME@)
include("${CMAKE_CURRENT_LIST_DIR}/@[email protected]")
endif()
Expand Down

0 comments on commit 9526a8d

Please sign in to comment.