MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0011731 | CMake | CMake | public | 2011-01-20 04:40 | 2011-01-31 16:08 |
Reporter | Johannes Brunen | ||||
Assigned To | Brad King | ||||
Priority | low | Severity | major | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Platform | win32 | OS | windows | OS Version | 7 |
Product Version | CMake 2.8.3 | ||||
Target Version | CMake 2.8.4 | Fixed in Version | CMake 2.8.4 | ||
Summary | 0011731: Issue with CheckTypeSize test | ||||
Description | Hello, after switching from CMake version 2.8.0 to 2.8.3 I ran into the following issue. I have a script named 'FindComLibs1.0.cmake' which does contain the following statement: include(CheckTypeSize) check_type_size("void*" _comlibs1.0_void_ptr_size BUILTIN_TYPES_ONLY) running a CMake project containing a find_package call to this script does produce the following error: -- Check size of void* CMake Error: Unknown extension ".0_void_ptr_size.c" for file "E:/prod_xxx_/Build32/caddy/CMakeFiles/CheckTypeSize/_comlibs1.0_void_ptr_size.c". TRY_COMPILE only works for enabled languages. Currently enabled languages are: C CXX RC See PROJECT command for help enabling other languages. -- Check size of void* - failed I think that the determination of the file extension is wrongly implemented. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2011-01-20 04:40 | Johannes Brunen | New Issue | |||
2011-01-20 08:29 | Brad King | Assigned To | => Brad King | ||
2011-01-20 08:29 | Brad King | Status | new => assigned | ||
2011-01-20 08:32 | Brad King | Note Added: 0024952 | |||
2011-01-20 09:11 | Brad King | Note Added: 0024954 | |||
2011-01-20 09:11 | Brad King | Status | assigned => closed | ||
2011-01-20 09:11 | Brad King | Resolution | open => fixed | ||
2011-01-20 09:11 | Brad King | Target Version | => CMake 2.8.4 | ||
2011-01-31 16:08 | David Cole | Fixed in Version | => CMake 2.8.4 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|