Search for openssl cert store on app init, if the store is not present.

fixes  #3851
This commit is contained in:
tamasmeszaros 2020-03-25 09:38:51 +01:00
parent c3a9915fa1
commit 1123689a22
3 changed files with 65 additions and 4 deletions

View file

@ -197,6 +197,10 @@ if(APPLE)
target_link_libraries(libslic3r_gui ${DISKARBITRATION_LIBRARY})
endif()
if (SLIC3R_STATIC)
target_compile_definitions(libslic3r_gui PRIVATE OPENSSL_CERT_OVERRIDE)
endif ()
if (SLIC3R_PCH AND NOT SLIC3R_SYNTAXONLY)
add_precompiled_header(libslic3r_gui pchheader.hpp FORCEINCLUDE)
endif ()