MantisBT - CMake
View Issue Details
0012255CMakeCMakepublic2011-06-08 04:232011-06-08 05:00
Vivien Delmon 
Eric NOULARD 
normalminoralways
closedno change required 
x86_64LinuxArchlinux
CMake 2.8.4 
CMake 2.8.4 
0012255: CMAKE_SIZEOF_VOID_P not set
This simple CMakeLists.txt does not print the CMAKE_SIZEOF_VOID_P variable.

project (test)
cmake_minimum_required (VERSION 2.6)
message("CMAKE_SIZEOF_VOID_P = ${CMAKE_SIZEOF_VOID_P}")
No tags attached.
Issue History
2011-06-08 04:23Vivien DelmonNew Issue
2011-06-08 04:32Michael WildNote Added: 0026749
2011-06-08 04:42Vivien DelmonNote Added: 0026750
2011-06-08 04:58Vivien DelmonNote Added: 0026751
2011-06-08 05:00Eric NOULARDNote Added: 0026753
2011-06-08 05:00Eric NOULARDStatusnew => closed
2011-06-08 05:00Eric NOULARDAssigned To => Eric NOULARD
2011-06-08 05:00Eric NOULARDResolutionopen => no change required
2011-06-08 05:00Eric NOULARDFixed in Version => CMake 2.8.4

Notes
(0026749)
Michael Wild   
2011-06-08 04:32   
Works fine for me on Ubuntu 11.04 on x86_64 with CMake-2.8.4.
(0026750)
Vivien Delmon   
2011-06-08 04:42   
I asked a friend on Archlinux x86_64 to do the same and it works on his computer :| but still not on mine :s
Is anyone know on what this macro rely on ?
(0026751)
Vivien Delmon   
2011-06-08 04:58   
ok never mind it was an orthographic problem in my build type (missing caps)

Sorry
(0026753)
Eric NOULARD   
2011-06-08 05:00   
Initial mistake from the reporter.