On 02/27/2015 01:09 PM, Jeff Trawick wrote:
I doubt that would be useful, although it is where the odd FindOPENSSL implementation will look. Did you set OPENSSL_ROOT_DIR on the cmake command-line, as -DOPENSSL_ROOT_DIR=c:\Users\Foo\install\openssl_1.0.1 or similar?
So yeah, that didn't work.I tried both -DOPENSSL_ROOT_DIR=C:\Apache24 (this is where I did the nmake -f ms/ntdll.mak install into) and setting OPENSSL_ROOT_DIR environment variable.
I've also just for the hell of it, tried using OPENSSL_ROOT_DIR to the openssl src tree with a built openssl.
None of those works. This is what happens when i try to run cmake:CMake Error at C:/bin/cmake/share/cmake-2.8/Modules/FindOpenSSL.cmake:278 (list)
: list GET given empty list Call Stack (most recent call first): CMakeLists.txt:22 (FIND_PACKAGE)CMake Error at C:/bin/cmake/share/cmake-2.8/Modules/FindOpenSSL.cmake:279 (list)
: list GET given empty list Call Stack (most recent call first): CMakeLists.txt:22 (FIND_PACKAGE)CMake Error at C:/bin/cmake/share/cmake-2.8/Modules/FindOpenSSL.cmake:281 (list)
: list GET given empty list Call Stack (most recent call first): CMakeLists.txt:22 (FIND_PACKAGE)CMake Error at C:/bin/cmake/share/cmake-2.8/Modules/FindOpenSSL.cmake:283 (list)
: list GET given empty list Call Stack (most recent call first): CMakeLists.txt:22 (FIND_PACKAGE) -- -- -- APR-Util configuration summary: -- -- Build type ...................... : Release -- Install .pdb (if available)...... : ON -- Install prefix .................. : C:/Apache24-- C compiler ...................... : c:/Program Files (x86)/Microsoft Visual
Studio 10.0/VC/bin/amd64/cl.exe -- APR include directory ........... : C:/Apache24/include -- APR libraries ................... : C:/Apache24/lib/libapr-1.lib -- DBD ODBC driver ................. : ON -- APU_HAVE_CRYPTO ................. : OFF -- APR_HAS_LDAP .................... : ON -- Build test suite ................ : OFF -- (testing dynamic libraries) -- Configuring incomplete, errors occurred! --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx