MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0013116 | CMake | CMake | public | 2012-04-09 22:42 | 2012-09-03 16:00 |
Reporter | hume npx | ||||
Assigned To | Brad King | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Platform | windows | OS | win7 x64 | OS Version | win7 x64 sp1 |
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0013116: Cmake Nmake generator generate empty /MACHINE:for first run under a project | ||||
Description | Cmake Nmake generator generate empty /MACHINE: for first run under a folder that make the compilation failed, if delete the folder contents and run the same cmake command again, then everything works as expected and /MACHINE:x86 is properly generated in the makefiles. | ||||
Steps To Reproduce | t.c #include <stdio.h> /* main entry */ int #if defined(_MSC_VER) __cdecl #endif main(int argc, char *argv[]) { printf("Hello world!\n"); return 0; } CMakeLists.txt cmake_minimum_required(VERSION 2.8) project(test) add_executable(test t.c) then bring up cmd prompt and run under the folder: cmake -G "NMake Makefiles" . would result error if you run nmake delete all the generated temp files and run the above step again, everything worked. | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-04-09 22:42 | hume npx | New Issue | |||
2012-04-10 10:25 | Brad King | Note Added: 0029110 | |||
2012-04-10 10:44 | hume npx | Note Added: 0029111 | |||
2012-04-10 10:50 | hume npx | Note Added: 0029112 | |||
2012-04-10 10:51 | Brad King | Note Added: 0029113 | |||
2012-04-10 22:07 | hume npx | Note Added: 0029122 | |||
2012-04-10 22:08 | hume npx | Note Added: 0029123 | |||
2012-04-11 07:58 | Brad King | Note Added: 0029124 | |||
2012-04-11 07:58 | Brad King | Status | new => resolved | ||
2012-04-11 07:58 | Brad King | Resolution | open => no change required | ||
2012-04-11 07:58 | Brad King | Assigned To | => Brad King | ||
2012-09-03 16:00 | David Cole | Note Added: 0030850 | |||
2012-09-03 16:00 | David Cole | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|