MantisBT - CMake | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0011464 | CMake | CMake | public | 2010-11-16 04:13 | 2011-01-21 03:29 | |||||
Reporter | tyz | |||||||||
Assigned To | Alex Neundorf | |||||||||
Priority | normal | Severity | minor | Reproducibility | always | |||||
Status | closed | Resolution | duplicate | |||||||
Platform | OS | Windows 7 | OS Version | 64 bit | ||||||
Product Version | CMake 2.8.3 | |||||||||
Target Version | CMake 2.8.4 | Fixed in Version | CMake 2.8.4 | |||||||
Summary | 0011464: 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! | |||||||||
Steps To Reproduce | ||||||||||
Additional Information | ||||||||||
Tags | No tags attached. | |||||||||
Relationships |
| |||||||||
Attached Files | ||||||||||
Issue History | ||||||||||
Date Modified | Username | Field | Change | |||||||
2010-11-16 04:13 | tyz | New Issue | ||||||||
2010-11-16 08:53 | Bill Hoffman | Note Added: 0023283 | ||||||||
2010-12-03 05:57 | Joke de Buhr | Note Added: 0023689 | ||||||||
2010-12-15 12:22 | David Cole | Relationship added | related to 0011536 | |||||||
2011-01-12 04:27 | Emmanuel Blot | Note Added: 0024610 | ||||||||
2011-01-17 14:22 | David Cole | Assigned To | => Alex Neundorf | |||||||
2011-01-17 14:22 | David Cole | Status | new => assigned | |||||||
2011-01-19 18:20 | RolandSchulz | Note Added: 0024946 | ||||||||
2011-01-20 13:42 | Alex Neundorf | Note Added: 0024962 | ||||||||
2011-01-20 13:42 | Alex Neundorf | Status | assigned => closed | |||||||
2011-01-20 13:42 | Alex Neundorf | Resolution | open => duplicate | |||||||
2011-01-20 13:42 | Alex Neundorf | Fixed in Version | => CMake 2.8.4 | |||||||
2011-01-20 13:42 | Alex Neundorf | Target Version | => CMake 2.8.4 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|