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