MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0014712 | CMake | CMake | public | 2014-01-20 09:45 | 2014-06-02 08:38 |
| Reporter | enricosorichetti | ||||
| Assigned To | Brad King | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Apple Mac | OS | OS X | OS Version | 10.9.1 |
| Product Version | CMake 2.8.12.1 | ||||
| Target Version | CMake 3.0 | Fixed in Version | CMake 3.0 | ||
| Summary | 0014712: improper setting of CMAKE_HOST_SYSTEM_PROCESSOR | ||||
| Description | On Apple Mac OS x 10.9.1 running on an IMAC 2.93 GHz Intel Core 7 uname -m reports ==> x86_64 while cmake --system-information reports ==> CMAKE_HOST_SYSTEM_PROCESSOR "i386" should be ==> CMAKE_HOST_SYSTEM_PROCESSOR "x86_64" | ||||
| Steps To Reproduce | run cmake --system-information | ||||
| Additional Information | a quick fix could be instead of .... if(CMAKE_HOST_SYSTEM_NAME MATCHES "Linux|CYGWIN.*") use ... if(CMAKE_HOST_SYSTEM_NAME MATCHES "Linux|CYGWIN.*|Darwin") tested in my environment/setup for my project and provides the info as needed on CENTOS 6.5 ( running as a VMWARE virtual machine) cmake version 2.6-patch 4 cmake --system-information correctly reports ==> CMAKE_HOST_SYSTEM_PROCESSOR "x86_64" | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2014-01-20 09:45 | enricosorichetti | New Issue | |||
| 2014-01-20 10:06 | Rolf Eike Beer | Note Added: 0034969 | |||
| 2014-01-20 10:09 | Brad King | Note Added: 0034970 | |||
| 2014-01-20 10:12 | Brad King | Note Added: 0034971 | |||
| 2014-01-20 10:24 | enricosorichetti | Note Added: 0034972 | |||
| 2014-01-20 10:25 | enricosorichetti | Note Edited: 0034972 | bug_revision_view_page.php?bugnote_id=34972#r1372 | ||
| 2014-01-20 10:36 | Brad King | Note Added: 0034973 | |||
| 2014-01-20 12:03 | enricosorichetti | Note Added: 0034975 | |||
| 2014-01-20 12:04 | enricosorichetti | Note Edited: 0034975 | bug_revision_view_page.php?bugnote_id=34975#r1376 | ||
| 2014-01-20 12:25 | Brad King | Note Added: 0034976 | |||
| 2014-01-21 08:55 | Brad King | Assigned To | => Brad King | ||
| 2014-01-21 08:55 | Brad King | Status | new => resolved | ||
| 2014-01-21 08:55 | Brad King | Resolution | open => fixed | ||
| 2014-01-21 08:55 | Brad King | Fixed in Version | => CMake 3.0 | ||
| 2014-01-21 08:55 | Brad King | Target Version | => CMake 3.0 | ||
| 2014-06-02 08:38 | Robert Maynard | Note Added: 0036089 | |||
| 2014-06-02 08:38 | Robert Maynard | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||