View Issue Details [ Jump to Notes ] | [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0015204 | CMake | CPack | public | 2014-10-12 04:21 | 2016-06-10 14:31 |
|
Reporter | Hong Xu | |
Assigned To | Kitware Robot | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | moved | |
Platform | x64 | OS | Windows | OS Version | 8.1 |
Product Version | CMake 3.0.2 | |
Target Version | | Fixed in Version | | |
|
Summary | 0015204: On windows x64 system, cpack generate file names ending with AMD64, with 32 bit msvc compiler |
Description | On windows x64 system, cpack generate file names ending with AMD64, even with 32 bit msvc compiler. Packages (zip and NSIS installer) are generated with AMD64 in file name but not x86. However, the NSIS installer is an x86 executable as I tested.
Output of cl command:
Microsoft (R) C/C++ Optimizing Compiler Version 18.00.30723 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
usage: cl [ option... ] filename... [ /link linkoption... ] |
Steps To Reproduce | Under 32bit compiler environment, use cpack to build the package by typing "cpack". |
Tags | No tags attached. |
|
Attached Files | |
|