The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=15386 ====================================================================== Reported By: Karl Tarbe Assigned To: ====================================================================== Project: CMake Issue ID: 15386 Category: (No Category) Reproducibility: always Severity: major Priority: urgent Status: new ====================================================================== Date Submitted: 2015-02-03 05:39 EST Last Modified: 2015-02-03 05:39 EST ====================================================================== Summary: FindOpenSSL.cmake fails to find new version (1.0.2) of OpenSSL Description: The version scheme changed, because of a major version upgrade of OpenSSL.
I believe the regex in FindOpenSSL.cmake fails. CMake Error at /usr/share/cmake-3.0/Modules/FindOpenSSL.cmake:293 (list): list GET given empty list Call Stack (most recent call first): CMakeLists.txt:25 (FIND_PACKAGE) CMake Error at /usr/share/cmake-3.0/Modules/FindOpenSSL.cmake:294 (list): list GET given empty list Call Stack (most recent call first): CMakeLists.txt:25 (FIND_PACKAGE) CMake Error at /usr/share/cmake-3.0/Modules/FindOpenSSL.cmake:296 (list): list GET given empty list Call Stack (most recent call first): CMakeLists.txt:25 (FIND_PACKAGE) CMake Error at /usr/share/cmake-3.0/Modules/FindOpenSSL.cmake:298 (list): list GET given empty list Call Stack (most recent call first): CMakeLists.txt:25 (FIND_PACKAGE) Steps to Reproduce: Install OpenSSL 1.0.2 Use FIND_PACKAGE(OpenSSL REQUIRED) ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2015-02-03 05:39 Karl Tarbe New Issue ====================================================================== -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers
