[cmake-developers] [CMake 0014776]: find_package for boost broken under cygwin

Mantis Bug Tracker mantis at public.kitware.com
Thu Feb 27 05:50:18 EST 2014


The following issue has been SUBMITTED. 
====================================================================== 
http://www.cmake.org/Bug/view.php?id=14776 
====================================================================== 
Reported By:                Dmitri
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   14776
Category:                   CCMake
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2014-02-27 05:50 EST
Last Modified:              2014-02-27 05:50 EST
====================================================================== 
Summary:                    find_package for boost broken under cygwin
Description: 
When using find_package under cygwin, CMake tries looking for the correct path
by _appending_ the path to the current path. So it finds c:/boost correctly, but
tries to get the header from
/cygdrive/c/path/to/my/project/c:/boost/boost/someheader.hpp

Steps to Reproduce: 
Use the find_package to locate Boost on a Cygwin installation. CMake won't be
able to find it despite deducing the path correctly.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2014-02-27 05:50 Dmitri         New Issue                                    
======================================================================



More information about the cmake-developers mailing list