From 38abf2eefeedff2e9d161f337127128529235856 Mon Sep 17 00:00:00 2001 From: Justin Boswell Date: Mon, 18 Mar 2019 14:20:37 -0700 Subject: [PATCH] Added aws-c-cal as an export dependency to the cmake config template (#12) --- cmake/aws-crt-cpp-config.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/aws-crt-cpp-config.cmake b/cmake/aws-crt-cpp-config.cmake index 6df91f3fa..ec8342982 100644 --- a/cmake/aws-crt-cpp-config.cmake +++ b/cmake/aws-crt-cpp-config.cmake @@ -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) \ No newline at end of file