Make usage of Conan provided OpenSSL transparent

Signed-off-by: Jeroen Koekkoek <jeroen@koekkoek.nl>
This commit is contained in:
Jeroen Koekkoek 2019-01-31 17:09:05 +01:00
parent f31fba8766
commit 334a85e0f1
3 changed files with 36 additions and 3 deletions

View file

@ -80,6 +80,7 @@ if(EXISTS "${CMAKE_BINARY_DIR}/conanbuildinfo.cmake")
else()
conan_basic_setup()
endif()
conan_define_targets()
endif()
# Set reasonably strict warning options for clang, gcc, msvc