Re: [Podofo-users] LIBCRYPTO/OpenSSL integration

2018-04-11 Thread Francesco Pretto
It's not a direct answer to your question but I use the attached preamble CMakeLists.txt to load PoDoFo targets (I currently use version from SVN) in my project. I basically put in the cache all the variables that find_package is supposed to fill. Maybe there are better ways that I don't know. I h

[Podofo-users] LIBCRYPTO/OpenSSL integration

2018-04-10 Thread BLANCHARD Christophe
Hello all, I'm trying to link with LIBCRYPTO or OpenSSL module on Windows to be able to use password functionality. I've downloaded openssl-0.9.7c library but I always get following error on finding this module with cmake tool: ---