MantisBT - CMake
View Issue Details
0014711CMakeCMakepublic2014-01-20 07:252016-06-10 14:31
Evgeny Grin 
Alex Neundorf 
normalmajoralways
closedmoved 
PCWindows
CMake 2.8.12.1 
 
0014711: CMAKE_ASM_MASM_FLAGS and CMAKE_ASM_MASM_FLAGS_xx have no effect
CMAKE_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.
masm, visual studio, windows
related to 0014710closed Patrick R. Gansterer Wrong value in VS .vcxproj project file 
Issue History
2014-01-20 07:25Evgeny GrinNew Issue
2014-01-20 07:31Evgeny GrinNote Added: 0034964
2014-01-20 09:06Brad KingRelationship addedrelated to 0014710
2014-01-20 12:12Evgeny GrinTag Attached: masm
2014-01-20 12:12Evgeny GrinTag Attached: visual studio
2014-01-20 12:12Evgeny GrinTag Attached: windows
2014-01-20 16:51Alex NeundorfAssigned To => Alex Neundorf
2014-01-20 16:51Alex NeundorfStatusnew => assigned
2016-06-10 14:29Kitware RobotNote Added: 0042467
2016-06-10 14:29Kitware RobotStatusassigned => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0034964)
Evgeny Grin   
2014-01-20 07:31   
Seems that no function like "cmVisualStudio10TargetGenerator::WriteMasmOptions" exist in source code.
(0042467)
Kitware Robot   
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.