Fix building with polarssl from the externals.

This commit is contained in:
Glenn Rice 2013-09-11 23:35:52 -05:00
parent acbdcc8ea0
commit d9dd0a7874

View File

@ -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()