[cmake-developers] [CMake 0011689]: check_type_size fails if source dir contains =

Mantis Bug Tracker mantis at public.kitware.com
Wed Jan 12 09:21:08 EST 2011


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=11689 
====================================================================== 
Reported By:                Michal Cihar
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   11689
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2011-01-12 09:21 EST
Last Modified:              2011-01-12 09:21 EST
====================================================================== 
Summary:                    check_type_size fails if source dir contains =
Description: 
If the project directory name contains =, all check_type_size calls fail. There
seems to be problem in calling make...

Steps to Reproduce: 
Create following CMakeLists.txt and try it in directory containing =

cmake_minimum_required (VERSION 2.4.2)
project(Test C)
include (CheckTypeSize)
check_type_size(intptr_t HAVE_INTPTR_T)

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-01-12 09:21 Michal Cihar   New Issue                                    
2011-01-12 09:21 Michal Cihar   File Added: CMakeError.log                    
======================================================================




More information about the cmake-developers mailing list