[cmake-developers] [CMake 0015386]: FindOpenSSL.cmake fails to find new version (1.0.2) of OpenSSL

Mantis Bug Tracker mantis at public.kitware.com
Tue Feb 3 05:39:52 EST 2015


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                                    
======================================================================



More information about the cmake-developers mailing list