Skip to content

Commit 38abf2e

Browse files
Added aws-c-cal as an export dependency to the cmake config template (aws#12)
1 parent 6b805cb commit 38abf2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/aws-crt-cpp-config.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
include(CMakeFindDependencyMacro)
22

33
find_dependency(aws-c-mqtt)
4+
find_dependency(aws-c-cal)
45

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

0 commit comments

Comments
 (0)