MantisBT - CMake | ||||||||||
| View Issue Details | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||
| 0000613 | CMake | public | 2004-02-20 06:22 | 2004-04-21 15:46 | ||||||
| Reporter | Ian Scott | |||||||||
| Assigned To | Bill Hoffman | |||||||||
| Priority | normal | Severity | major | Reproducibility | always | |||||
| Status | closed | Resolution | no change required | |||||||
| Platform | OS | OS Version | ||||||||
| Product Version | ||||||||||
| Target Version | Fixed in Version | |||||||||
| Summary | 0000613: Can't change linker flags on MSVC | |||||||||
| Description | Attempting to locally modify the library link options using SET ( CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} WIBBLE" ) SET ( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} WIBBLE" ) ADD_LIBRARY(Hello hello.cxx) MESSAGE("${CMAKE_MODULE_LINKER_FLAGS}") Running cmake (1.8.3), the message output confirms that the variable has been set. But checking for any output containing WIBBLE in the binary tree grep -r WIBBLE * returns nothing. I am using a MSVC6.0 target, and have tested this in both the VXL build tree and the Example build tree from the CMake CVS distribution. | |||||||||
| Steps To Reproduce | ||||||||||
| Additional Information | ||||||||||
| Tags | No tags attached. | |||||||||
| Relationships |
| |||||||||
| Attached Files | ||||||||||
| Issue History | ||||||||||
| Date Modified | Username | Field | Change | |||||||
| 2011-01-17 15:34 | David Cole | Relationship added | related to 0010554 | |||||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||