[cmake-developers] [CMake 0011467]: enable_language(ASM_MASM) does not work

Mantis Bug Tracker mantis at public.kitware.com
Tue Nov 16 18:46:38 EST 2010


The following issue has been SUBMITTED. 
====================================================================== 
http://cmake.org/Bug/view.php?id=11467 
====================================================================== 
Reported By:                Louis Zhuang
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   11467
Category:                   CMake
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2010-11-16 18:46 EST
Last Modified:              2010-11-16 18:46 EST
====================================================================== 
Summary:                    enable_language(ASM_MASM) does not work
Description: 
error when enable_language(ASM_MASM)

Steps to Reproduce: 
cmake_minimum_required(VERSION 2.8)
enable_language(ASM_MASM)

Additional Information: 
c:/opt/cmake-2.8.3-win32-x86/share/cmake-2.8/Modules $ /cygwin/bin/diff -u
CMakeDetermineASMCompiler.cmake.orig CMakeDetermineASMCompiler.cmake
--- CMakeDetermineASMCompiler.cmake.orig	2010-11-16 23:38:22.034124700 +0000
+++ CMakeDetermineASMCompiler.cmake	2010-11-16 23:27:19.693855000 +0000
@@ -65,6 +65,7 @@
   SET(CMAKE_ASM${ASM_DIALECT}_COMPILER_ID_VENDOR_FLAGS_GNU "--version")
   SET(CMAKE_ASM${ASM_DIALECT}_COMPILER_ID_VENDOR_REGEX_GNU "GNU assembler")
 
+  INCLUDE(CMakeDetermineCompilerId)
   CMAKE_DETERMINE_COMPILER_ID_VENDOR(ASM${ASM_DIALECT})
 
   IF(CMAKE_ASM${ASM_DIALECT}_COMPILER_ID)
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-11-16 18:46 Louis Zhuang   New Issue                                    
======================================================================




More information about the cmake-developers mailing list