The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=13868 ====================================================================== Reported By: Johnson City Assigned To: ====================================================================== Project: CMake Issue ID: 13868 Category: Modules Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2013-01-22 19:50 EST Last Modified: 2013-01-22 19:50 EST ====================================================================== Summary: FindOpenSSL fails to locate package when OPENSSL_ROOT_DIR is set on non-WIN32 platforms Description: FindOpenSSL fails to include OPENSSL_ROOT_DIR in the search paths on non-WIN32 configurations
Steps to Reproduce: 1) cd openssl_source 2) ./config --prefix=$HOME/dev/openssl 3) make install 4) Add find_package(OpenSSL) to a cmake project 5) cmake -DOPENSSL_ROOT_DIR=$HOME/dev/openssl .. find_package(OpenSSL) fails to locate this installation ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2013-01-22 19:50 Johnson City New Issue ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers