The following issue has been SUBMITTED. ====================================================================== http://www.cmake.org/Bug/view.php?id=15204 ====================================================================== Reported By: Hong Xu Assigned To: ====================================================================== Project: CMake Issue ID: 15204 Category: CPack Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2014-10-12 01:21 PDT Last Modified: 2014-10-12 01:21 PDT ====================================================================== Summary: 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". ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2014-10-12 01:21 Hong Xu New Issue ====================================================================== -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers
