[cmake-developers] [CMake 0014984]: Assembler config not working (in VS2005, with partial solution, with zlib-1.2.8)

Mantis Bug Tracker mantis at public.kitware.com
Fri Jun 20 22:24:12 EDT 2014


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=14984 
====================================================================== 
Reported By:                CoffeeJ
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   14984
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2014-06-21 04:24 CEST
Last Modified:              2014-06-21 04:24 CEST
====================================================================== 
Summary:                    Assembler config not working (in VS2005, with
partial solution,with zlib-1.2.8)
Description: 
When useing CMAKE_ASM_* the asm files get included in teh project but the rule
file is not loaded. This leads to a "cutom build rule" which does nothing.
And therefor to link problems.

It can be resolved by adding 
"<ToolFiles><DefaultToolFile FileName="masm.rules"/></ToolFiles>" to the 
.vcproj-file.

BTW: the parameters set for the assmbler (masm in this case) too don't work.
Tested/Found on zlib library (http://zlib.net/zlib-1.2.8.tar.gz)

Steps to Reproduce: 
Download zlib-1.2.8
Extract source
Start GUI-CMake
Check Assembler for x86
Configure
Generate
Open in VS2005
Build
(Linker errors here)


====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2014-06-21 04:24 CoffeeJ        New Issue                                    
======================================================================



More information about the cmake-developers mailing list