MantisBT - CMake
View Issue Details
0005551CMakeCMakepublic2007-08-21 11:312016-06-10 14:30
Sebastian Hauer 
Bill Hoffman 
normalfeaturealways
closedmoved 
x86WindowsXP
 
 
0005551: New VisualStudio 7 linker setting in project file: SuppressStartupBanner
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.
No tags attached.
patch cmake-Linker-SuppressStartupBanner.patch (986) 2007-08-21 11:31
https://public.kitware.com/Bug/file/1116/cmake-Linker-SuppressStartupBanner.patch
Issue History
2007-08-21 11:31Sebastian HauerNew Issue
2007-08-21 11:31Sebastian HauerFile Added: cmake-Linker-SuppressStartupBanner.patch
2007-12-17 21:25Bill HoffmanStatusnew => assigned
2007-12-17 21:25Bill HoffmanAssigned To => Bill Hoffman
2011-01-26 11:26David ColeCategory => CMake
2016-06-10 14:27Kitware RobotNote Added: 0041381
2016-06-10 14:27Kitware RobotStatusassigned => resolved
2016-06-10 14:27Kitware RobotResolutionopen => moved
2016-06-10 14:30Kitware RobotStatusresolved => closed

Notes
(0041381)
Kitware Robot   
2016-06-10 14:27   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.