View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012255CMakeCMakepublic2011-06-08 04:232011-06-08 05:00
ReporterVivien Delmon 
Assigned ToEric NOULARD 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionno change required 
Platformx86_64OSLinuxOS VersionArchlinux
Product VersionCMake 2.8.4 
Target VersionFixed in VersionCMake 2.8.4 
Summary0012255: CMAKE_SIZEOF_VOID_P not set
DescriptionThis 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}")
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0026749)
Michael Wild (reporter)
2011-06-08 04:32

Works fine for me on Ubuntu 11.04 on x86_64 with CMake-2.8.4.
(0026750)
Vivien Delmon (reporter)
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 (reporter)
2011-06-08 04:58

ok never mind it was an orthographic problem in my build type (missing caps)

Sorry
(0026753)
Eric NOULARD (developer)
2011-06-08 05:00

Initial mistake from the reporter.

 Issue History
Date Modified Username Field Change
2011-06-08 04:23 Vivien Delmon New Issue
2011-06-08 04:32 Michael Wild Note Added: 0026749
2011-06-08 04:42 Vivien Delmon Note Added: 0026750
2011-06-08 04:58 Vivien Delmon Note Added: 0026751
2011-06-08 05:00 Eric NOULARD Note Added: 0026753
2011-06-08 05:00 Eric NOULARD Status new => closed
2011-06-08 05:00 Eric NOULARD Assigned To => Eric NOULARD
2011-06-08 05:00 Eric NOULARD Resolution open => no change required
2011-06-08 05:00 Eric NOULARD Fixed in Version => CMake 2.8.4


Copyright © 2000 - 2018 MantisBT Team