View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014711CMakeCMakepublic2014-01-20 07:252016-06-10 14:31
ReporterEvgeny Grin 
Assigned ToAlex Neundorf 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionmoved 
PlatformPCOSWindowsOS Version
Product VersionCMake 2.8.12.1 
Target VersionFixed in Version 
Summary0014711: CMAKE_ASM_MASM_FLAGS and CMAKE_ASM_MASM_FLAGS_xx have no effect
DescriptionCMAKE_ASM_MASM_FLAGS (and CMAKE_ASM_MASM_FLAGS_RELEASE, _DEBUG, ..) does not change anything on output files.
Tried with "Visual Studio 10/11/12" and "NMake Makefiles" generators.
Does not matter where flags is set: from CMakeList.txt or from command line -DCMAKE_ASM_MASM_FLAGS=flags option.
The only way to change asm options is to use set_source_files_properties(${FILES} PROPERTIES COMPILE_FLAGS flags)
or
set_target_properties(target PROPERTIES COMPILE_FLAGS flags), but this have effect on .c files too.
Tagsmasm, visual studio, windows
Attached Files

 Relationships
related to 0014710closedPatrick R. Gansterer Wrong value in VS .vcxproj project file 

  Notes
(0034964)
Evgeny Grin (reporter)
2014-01-20 07:31

Seems that no function like "cmVisualStudio10TargetGenerator::WriteMasmOptions" exist in source code.
(0042467)
Kitware Robot (administrator)
2016-06-10 14:29

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.

 Issue History
Date Modified Username Field Change
2014-01-20 07:25 Evgeny Grin New Issue
2014-01-20 07:31 Evgeny Grin Note Added: 0034964
2014-01-20 09:06 Brad King Relationship added related to 0014710
2014-01-20 12:12 Evgeny Grin Tag Attached: masm
2014-01-20 12:12 Evgeny Grin Tag Attached: visual studio
2014-01-20 12:12 Evgeny Grin Tag Attached: windows
2014-01-20 16:51 Alex Neundorf Assigned To => Alex Neundorf
2014-01-20 16:51 Alex Neundorf Status new => assigned
2016-06-10 14:29 Kitware Robot Note Added: 0042467
2016-06-10 14:29 Kitware Robot Status assigned => resolved
2016-06-10 14:29 Kitware Robot Resolution open => moved
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team