[cmake-developers] [CMake 0014179]: FindBoost does not treat paths properly
Mantis Bug Tracker
mantis at public.kitware.com
Thu May 30 10:52:14 EDT 2013
The following issue has been SUBMITTED.
======================================================================
http://public.kitware.com/Bug/view.php?id=14179
======================================================================
Reported By: azdagron
Assigned To:
======================================================================
Project: CMake
Issue ID: 14179
Category: Modules
Reproducibility: always
Severity: major
Priority: normal
Status: new
======================================================================
Date Submitted: 2013-05-30 10:52 EDT
Last Modified: 2013-05-30 10:52 EDT
======================================================================
Summary: FindBoost does not treat paths properly
Description:
I set my CMAKE_PREFIX_PATH, to a folder on my C: drive (c:\work) as well as
setting CMAKE_LIBRARY_PATH, BOOST_INCLUDEDIR and BOOST_LIBRARYDIR to folders
within that path (i.e. c:\work\include and c:\work\lib).
I then do a find_package(Boost 1.53.0 ...) and it tries to escape the \w from
c:\work and fails.
This works fine with CMake 2.8.10.2.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2013-05-30 10:52 azdagron New Issue
======================================================================
More information about the cmake-developers
mailing list