Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix building with polarssl from the externals.
  • Loading branch information
glennricster committed Sep 12, 2013
1 parent acbdcc8 commit d9dd0a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -610,6 +610,7 @@ if(POLARSSL_FOUND AND POLARSSL_WORKS)
include_directories(${POLARSSL_INCLUDE_DIR})
else()
message("Using PolarSSL from Externals")
set(POLARSSL_LIBRARY polarssl)
add_subdirectory(Externals/polarssl/)
include_directories(Externals/polarssl/include)
endif()
Expand Down

0 comments on commit d9dd0a7

Please sign in to comment.