MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0008576 | CMake | Modules | public | 2009-02-21 08:56 | 2009-02-24 00:53 |
Reporter | Mikko Vainio | ||||
Assigned To | Philip Lowman | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | CMake-2-6 | ||||
Target Version | Fixed in Version | ||||
Summary | 0008576: Setting Boost_LIB_PREFIX to "lib" on windows. | ||||
Description | Boost uses the library naming prefix "lib" for statically linked libraries on Windows. FindBoost.cake sets the prefix correctly only if MSVC is defined. Tested boost 1.38.0 with MinGW, Intel and MSVC90. Patch (change line 506): # Setting some more suffixes for the library SET (Boost_LIB_PREFIX "") -if ( MSVC AND Boost_USE_STATIC_LIBS ) +if ( WIN32 AND Boost_USE_STATIC_LIBS ) SET (Boost_LIB_PREFIX "lib") endif() | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2009-02-21 08:56 | Mikko Vainio | New Issue | |||
2009-02-24 00:53 | Philip Lowman | Note Added: 0015320 | |||
2009-02-24 00:53 | Philip Lowman | Assigned To | => Philip Lowman | ||
2009-02-24 00:53 | Philip Lowman | Status | new => closed | ||
2009-02-24 00:53 | Philip Lowman | Resolution | open => fixed |
Notes | |||||
|
|||||
|
|