Skip to content

Commit

Permalink
build: link to mbedtls-2.13.0
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Sep 13, 2018
1 parent 1855291 commit c291f7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ if(FLB_TLS)
option(ENABLE_TESTING OFF)
option(ENABLE_PROGRAMS OFF)
option(INSTALL_MBEDTLS_HEADERS OFF)
add_subdirectory(lib/mbedtls-2.8.0 EXCLUDE_FROM_ALL)
include_directories(lib/mbedtls-2.8.0/include)
add_subdirectory(lib/mbedtls-2.13.0 EXCLUDE_FROM_ALL)
include_directories(lib/mbedtls-2.13.0/include)
endif()

# Metrics
Expand Down

0 comments on commit c291f7b

Please sign in to comment.