MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0015950 | CMake | CMake | public | 2016-02-02 07:53 | 2016-06-10 14:31 |
Reporter | Lars Wiese | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | x64 | OS | Windows | OS Version | 7 |
Product Version | CMake 3.4.3 | ||||
Target Version | Fixed in Version | ||||
Summary | 0015950: CMAKE_SIZEOF_VOID_P is undefined on Windows 7 x64 VM (Vmware 10) | ||||
Description | CMAKE_SIZEOF_VOID_P is undefined on Windows 7 x64 VM (Vmware 10) I am using CMAKE_SIZEOF_VOID_P for switching parameters for x86 or x64. For my understanding the value is related to generator the ARCH. I tried the generator for VS 2010 and VS2013 together with/without "<ARCH> Win64" | ||||
Steps To Reproduce | if( CMAKE_SIZEOF_VOID_P EQUAL 8 ) set (ARCH "x64") add_definitions("-DX86_64") message ("Build type: Windows x64") else () set (ARCH "x86") message ("Build type: Windows x86") endif() | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2016-02-02 07:53 | Lars Wiese | New Issue | |||
2016-02-02 08:29 | Brad King | Note Added: 0040427 | |||
2016-02-02 20:14 | Ruslan Baratov | Note Added: 0040428 | |||
2016-06-10 14:29 | Kitware Robot | Note Added: 0042931 | |||
2016-06-10 14:29 | Kitware Robot | Status | new => resolved | ||
2016-06-10 14:29 | Kitware Robot | Resolution | open => moved | ||
2016-06-10 14:29 | Kitware Robot | Assigned To | => Kitware Robot | ||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|