Skip to content

Commit

Permalink
Added aws-c-cal as an export dependency to the cmake config template (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
justinboswell authored Mar 18, 2019
1 parent 6b805cb commit 38abf2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/aws-crt-cpp-config.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include(CMakeFindDependencyMacro)

find_dependency(aws-c-mqtt)
find_dependency(aws-c-cal)

include(${CMAKE_CURRENT_LIST_DIR}/@CMAKE_PROJECT_NAME@-targets.cmake)

0 comments on commit 38abf2e

Please sign in to comment.