View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0011467 | CMake | Modules | public | 2010-11-16 18:46 | 2011-01-12 07:48 | ||||
Reporter | Louis Zhuang | ||||||||
Assigned To | Alex Neundorf | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | Windows | OS Version | ||||||
Product Version | |||||||||
Target Version | CMake 2.8.4 | Fixed in Version | CMake 2.8.4 | ||||||
Summary | 0011467: 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) | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0023358) Alex Neundorf (developer) 2010-11-17 17:06 |
Thanks for the patch, pushed to next. Should be in 2.8.4. Alex |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2010-11-16 18:46 | Louis Zhuang | New Issue | |
2010-11-16 19:53 | Bill Hoffman | Assigned To | => Alex Neundorf |
2010-11-16 19:53 | Bill Hoffman | Status | new => assigned |
2010-11-17 17:06 | Alex Neundorf | Note Added: 0023358 | |
2010-11-17 17:06 | Alex Neundorf | Status | assigned => closed |
2010-11-17 17:06 | Alex Neundorf | Resolution | open => fixed |
2010-11-17 17:06 | Alex Neundorf | Category | CMake => Modules |
2011-01-12 07:48 | David Cole | Fixed in Version | => CMake 2.8.4 |
2011-01-12 07:48 | David Cole | Target Version | => CMake 2.8.4 |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |