MantisBT - CMake
View Issue Details
0015538CMakeCMakepublic2015-04-28 12:522016-06-10 14:31
Wolfgang 
Kitware Robot 
normalminoralways
closedmoved 
WindowsWindows
CMake 3.2.2 
 
0015538: set_property(SOURCE ) not working for MASM assembly files within Visual Studio 2014 generator
the generator now adds definitions and compiler flags to the masm command. Overwriting those parameters with SET_PROPERTY(SOURCE test.asm PROPERTY COMPILE_FLAGS "my_asm_flags") and SET_PROPERTY(SOURCE test.asm PROPERTY COMPILE_DEFINITIONS "my_definitions") is not respected
No tags attached.
Issue History
2015-04-28 12:52WolfgangNew Issue
2015-04-28 14:27Brad KingNote Added: 0038629
2016-06-10 14:29Kitware RobotNote Added: 0042767
2016-06-10 14:29Kitware RobotStatusnew => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:29Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0038629)
Brad King   
2015-04-28 14:27   
One could start tracing relevant logic here:

 http://www.cmake.org/gitweb?p=cmake.git;a=blob;f=Source/cmVisualStudio10TargetGenerator.cxx;hb=v3.2.2#l1442 [^]
(0042767)
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.