[cmake-developers] [CMake 0011464]: Cannot build asm file on msvs2010

Mantis Bug Tracker mantis at public.kitware.com
Tue Nov 16 04:13:56 EST 2010


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=11464 
====================================================================== 
Reported By:                tyz
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   11464
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2010-11-16 04:13 EST
Last Modified:              2010-11-16 04:13 EST
====================================================================== 
Summary:                    Cannot build asm file on msvs2010
Description: 
The following code produce an error

-----------------------------
CMakeLists.txt:

project( backtrace ASM )
cmake_minimum_required( VERSION 2.8 )

set( backtrace_SOURCE backtrace_win64.asm )
add_library( backtrace STATIC ${backtrace_SOURCE} )

-----------------------------
CMake GUI output:

CMake Error at C:/Program Files (x86)/CMake
2.8/share/cmake-2.8/Modules/CMakeDetermineASMCompiler.cmake:68
(CMAKE_DETERMINE_COMPILER_ID_VENDOR):
  Unknown CMake command "CMAKE_DETERMINE_COMPILER_ID_VENDOR".
Call Stack (most recent call first):
  CMakeLists.txt:1 (project)

CMake Error: Could not find cmake module file:[project
path]/build/CMakeFiles/CMakeASMCompiler.cmake
Configuring incomplete, errors occurred!
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-11-16 04:13 tyz            New Issue                                    
======================================================================




More information about the cmake-developers mailing list