MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0005202 | CMake | CMake | public | 2007-06-18 08:49 | 2010-12-14 11:37 |
| Reporter | Stefan Donath | ||||
| Assigned To | David Cole | ||||
| Priority | urgent | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | CMake 2.8.4 | |||
| Summary | 0005202: Wrong relative path for AdditionalLibraryDirectories, VS2005 | ||||
| Description | A CMake project including another project as library results in the following linker configuration (shorted): <Tool Name="VCLinkerTool" AdditionalDependencies="$(NOINHERIT) .. pe.lib " OutputFile="Debug\solver.exe" AdditionalLibraryDirectories="..\..\extern\pe\lib\$(OutDir),..\..\extern\pe\lib" /> , where the pe library is located in <projectroot>/extern/pe/lib. Since the working directory of the linker is <projectroot>/bin, and not in <projectroot>/bin/Debug, there is one "..\" too much. Changing that manually works around the bug. Regards, Stefan D. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2010-12-14 11:36 | David Cole | Assigned To | Ken Martin => David Cole | ||
| 2010-12-14 11:37 | David Cole | Note Added: 0023958 | |||
| 2010-12-14 11:37 | David Cole | Status | assigned => closed | ||
| 2010-12-14 11:37 | David Cole | Resolution | open => fixed | ||
| 2010-12-14 11:37 | David Cole | Fixed in Version | => CMake 2.8.4 | ||
| Notes | |||||
|
|
|||||
|
|
||||