[cmake-developers] [CMake 0014711]: CMAKE_ASM_MASM_FLAGS and CMAKE_ASM_MASM_FLAGS_xx have no effect
Mantis Bug Tracker
mantis at public.kitware.com
Mon Jan 20 07:25:54 EST 2014
The following issue has been SUBMITTED.
======================================================================
http://www.cmake.org/Bug/view.php?id=14711
======================================================================
Reported By: Evgeny Grin
Assigned To:
======================================================================
Project: CMake
Issue ID: 14711
Category: CMake
Reproducibility: always
Severity: major
Priority: normal
Status: new
======================================================================
Date Submitted: 2014-01-20 07:25 EST
Last Modified: 2014-01-20 07:25 EST
======================================================================
Summary: 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.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2014-01-20 07:25 Evgeny Grin New Issue
======================================================================
More information about the cmake-developers
mailing list