View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0008173 | CMake | CMake | public | 2008-11-25 11:37 | 2009-01-16 04:20 | ||||
Reporter | Christian Ehrlicher | ||||||||
Assigned To | Philip Lowman | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | closed | Resolution | duplicate | ||||||
Platform | OS | OS Version | |||||||
Product Version | CMake-2-6 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0008173: FindBoost is looking for the wrong include directory on windows. | ||||||||
Description | This assumption in FindBoost.cmake is wrong: if (WIN32 AND NOT CYGWIN) set(_boost_PATH_SUFFIX boost_${_boost_VER}) else (WIN32 AND NOT CYGWIN) set(_boost_PATH_SUFFIX boost-${_boost_VER}) endif (WIN32 AND NOT CYGWIN) I've installed boost with bjam and the include directory is named boost-1.37, not boost_1.37 See also my report here: http://www.cmake.org/pipermail/cmake/2008-November/025473.html [^] | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | ||||||
|
Relationships |
Notes | |
(0014584) Philip Lowman (developer) 2009-01-16 04:20 |
This regression has been fixed in latest CVS. See Issue 0007493 for more details. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2008-11-25 11:37 | Christian Ehrlicher | New Issue | |
2009-01-15 13:01 | Bill Hoffman | Status | new => assigned |
2009-01-15 13:01 | Bill Hoffman | Assigned To | => Philip Lowman |
2009-01-16 04:20 | Philip Lowman | Relationship added | duplicate of 0007493 |
2009-01-16 04:20 | Philip Lowman | Note Added: 0014584 | |
2009-01-16 04:20 | Philip Lowman | Status | assigned => closed |
2009-01-16 04:20 | Philip Lowman | Resolution | open => duplicate |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |