MantisBT - CMake |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0014711 | CMake | CMake | public | 2014-01-20 07:25 | 2016-06-10 14:31 |
|
Reporter | Evgeny Grin | |
Assigned To | Alex Neundorf | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | moved | |
Platform | PC | OS | Windows | OS Version | |
Product Version | CMake 2.8.12.1 | |
Target Version | | Fixed in Version | | |
|
Summary | 0014711: CMAKE_ASM_MASM_FLAGS and CMAKE_ASM_MASM_FLAGS_xx have no effect |
Description | 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. |
Steps To Reproduce | |
Additional Information | |
Tags | masm, visual studio, windows |
Relationships | related to | 0014710 | closed | Patrick R. Gansterer | Wrong value in VS .vcxproj project file |
|
Attached Files | |
|
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 |