MantisBT - CMake | ||||||||||
| View Issue Details | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||
| 0006629 | CMake | CMake | public | 2008-03-19 12:30 | 2011-07-29 14:28 | |||||
| Reporter | Mike Talbot | |||||||||
| Assigned To | ||||||||||
| Priority | normal | Severity | major | Reproducibility | always | |||||
| Status | closed | Resolution | won't fix | |||||||
| Platform | OS | OS Version | ||||||||
| Product Version | ||||||||||
| Target Version | Fixed in Version | CMake-2-6 | ||||||||
| Summary | 0006629: /DELAYLOAD additional linker option not supported | |||||||||
| Description | I am using this command in my CMakeLists.txt file to add the /DELAYLOAD linker option: SET_TARGET_PROPERTIES(target PROPERTIES LINK_FLAGS "/DELAYLOAD:some.dll") However since upgrading to cmake-2.4 this additional option no longer appears in the VS project file. From debugging cmake, it appears the problem is in cmLocalVisualStudio7GeneratorOptions::HandleFlag. This assumes that any option starting with /D is a preprocessor definition, which of course is not applicable to the linker. The /DELAYLOAD:some.dll option is then removed and does not get added to the generated project file. | |||||||||
| Steps To Reproduce | ||||||||||
| Additional Information | ||||||||||
| Tags | No tags attached. | |||||||||
| Relationships |
| |||||||||
| Attached Files | ||||||||||
| Issue History | ||||||||||
| Date Modified | Username | Field | Change | |||||||
| 2008-03-19 12:30 | Mike Talbot | New Issue | ||||||||
| 2008-03-24 22:42 | Philip Lowman | Note Added: 0010899 | ||||||||
| 2008-03-24 22:43 | Philip Lowman | Note Added: 0010900 | ||||||||
| 2008-03-27 14:54 | Bill Hoffman | Note Added: 0010933 | ||||||||
| 2008-03-27 21:45 | Bill Hoffman | Status | new => closed | |||||||
| 2008-03-27 21:45 | Bill Hoffman | Note Added: 0010939 | ||||||||
| 2008-03-27 21:45 | Bill Hoffman | Resolution | open => won't fix | |||||||
| 2008-03-27 21:45 | Bill Hoffman | Fixed in Version | => CMake-2-6 | |||||||
| 2011-08-03 14:44 | Brad King | Relationship added | related to 0012372 | |||||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||