MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0005065 | VTK | (No Category) | public | 2007-05-21 01:31 | 2016-08-12 09:54 |
| Reporter | Andrew Maclean | ||||
| Assigned To | Will Schroeder | ||||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Project | |||||
| Type | |||||
| Summary | 0005065: Build debug and release libs/dlls to the same directory. | ||||
| Description | An option to build/install debug and release libs/dlls to the same directory. I think this can be easily done by changging: <VTK_DIR>\Cmake\KitCommonBlock.cmake From: IF(VTK_LIBRARY_PROPERTIES) SET_TARGET_PROPERTIES(${KIT_LIBRARY_TARGETS} PROPERTIES ${VTK_LIBRARY_PROPERTIES} ) ENDIF(VTK_LIBRARY_PROPERTIES) to: IF(VTK_LIBRARY_PROPERTIES) SET_TARGET_PROPERTIES(${KIT_LIBRARY_TARGETS} PROPERTIES ${VTK_LIBRARY_PROPERTIES} ) #Add this line to change the output debug library name to *_d.lib/.dll SET_TARGET_PROPERTIES(${KIT_LIBRARY_TARGETS} PROPERTIES DEBUG_POSTFIX _d ) ENDIF(VTK_LIBRARY_PROPERTIES) This is documented at the following URL: http://www.vesuite.org/forum/viewtopic.php?=&p=341 [^] Can this be extended to include an option to add the _d extension automatically when building VTK? The rationale is that when building your own code it would be nice to automatically include either the debug or release versions as appropriate. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) | ||
| 2016-08-12 09:54 | Kitware Robot | Note Added: 0036913 | |||
| 2016-08-12 09:54 | Kitware Robot | Status | expired => closed | ||
| 2016-08-12 09:54 | Kitware Robot | Resolution | open => moved | ||
| Notes | |||||
|
|
|||||
|
|
||||