View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0011467CMakeModulespublic2010-11-16 18:462011-01-12 07:48
ReporterLouis Zhuang 
Assigned ToAlex Neundorf 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSWindowsOS Version
Product Version 
Target VersionCMake 2.8.4Fixed in VersionCMake 2.8.4 
Summary0011467: enable_language(ASM_MASM) does not work
Descriptionerror when enable_language(ASM_MASM)
Steps To Reproducecmake_minimum_required(VERSION 2.8)
enable_language(ASM_MASM)
Additional Informationc:/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)
TagsNo tags attached.
Attached Files

 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

 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


Copyright © 2000 - 2018 MantisBT Team