MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0005551 | CMake | CMake | public | 2007-08-21 11:31 | 2016-06-10 14:30 |
| Reporter | Sebastian Hauer | ||||
| Assigned To | Bill Hoffman | ||||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | x86 | OS | Windows | OS Version | XP |
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Summary | 0005551: New VisualStudio 7 linker setting in project file: SuppressStartupBanner | ||||
| Description | I wanted to have the option to turn off the default /nologo flag for both the Visual Studio compiler and linker. Enabling CMAKE_VERBOSE_MAKEFILE took care of the compiler but not the linker. I noticed that CMAKE_VERBOSE_MAKEFILE would set SuppressStartupBanner under <Tool Name="VCCLCompilerTool" .. /> in the generated .vcproj file but not under <Tool Name="VCLinkerTool" .. />. I've added a new SuppressStartupBanner option to cmLocalVisualStudio7GeneratorLinkFlagTable and modified cmLocalVisualStudio7Generator::OutputBuildTool() to check for the value of CMAKE_VERBOSE_MAKEFILE. I've tested it on my local box and it works. Please see the attached unified diff patch for the modifications. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | https://public.kitware.com/Bug/file/1116/cmake-Linker-SuppressStartupBanner.patch | ||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2007-08-21 11:31 | Sebastian Hauer | New Issue | |||
| 2007-08-21 11:31 | Sebastian Hauer | File Added: cmake-Linker-SuppressStartupBanner.patch | |||
| 2007-12-17 21:25 | Bill Hoffman | Status | new => assigned | ||
| 2007-12-17 21:25 | Bill Hoffman | Assigned To | => Bill Hoffman | ||
| 2011-01-26 11:26 | David Cole | Category | => CMake | ||
| 2016-06-10 14:27 | Kitware Robot | Note Added: 0041381 | |||
| 2016-06-10 14:27 | Kitware Robot | Status | assigned => resolved | ||
| 2016-06-10 14:27 | Kitware Robot | Resolution | open => moved | ||
| 2016-06-10 14:30 | Kitware Robot | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||