The following issue has been SUBMITTED. ====================================================================== http://www.cmake.org/Bug/view.php?id=13645 ====================================================================== Reported By: Thomas Sondergaard Assigned To: ====================================================================== Project: CMake Issue ID: 13645 Category: Modules Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2012-11-02 14:23 EDT Last Modified: 2012-11-02 14:23 EDT ====================================================================== Summary: Regression: FindOpenSSL doesn't find anything for MSVC Description: The use of select_library_configurations from SelectLibraryConfigurations.cmake is broken. The variables defined with find_library have the wrong names e.g. LIB_EAY_DEBUG should be LIB_EAY_LIBRARY_DEBUG.
Also, with MSVC libeay32d.lib and ssleay32d.lib are no longer recognized - only libeay32MDd.lib and ssleay32MDd ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2012-11-02 14:23 Thomas SondergaardNew 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
