MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0011662 | CMake | CMake | public | 2011-01-06 10:51 | 2011-05-02 14:45 |
Reporter | kentwilliams | ||||
Assigned To | Brad King | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | suspended | ||
Platform | MacPro | OS | OS X | OS Version | 10.6 |
Product Version | CMake 2.8.3 | ||||
Target Version | Fixed in Version | ||||
Summary | 0011662: tab characters in paths causes errors in initial configure step | ||||
Description | I was testing a problem with building FFTW as an external project in ITK -- specifically that FFTW can't configure if the source or build directories have whitespace characters in the directory path. I created a build directory with space characters in it, and CMake had no problem with configuration, and I verified my test for paths w/whitespace characters worked properly. I then created a build directory with tab characters in it. This seemed to break the initial CMake configure run, in the CMakeBackwardCompatibilityC module. | ||||
Steps To Reproduce | #!/bin/sh # This script will produce the behavior I observed mkdir -p cmake_tabs_bug/cmake_tabs_bug cd cmake_tabs_bug/cmake_tabs_bug cat > CMakeLists.txt <<EOF project(cmake_tabs_bug) cmake_minimum_required(VERSION 2.8.2) include(CMakeBackwardCompatibilityC) include(CMakeBackwardCompatibilityCXX) EOF cd .. # this path should be 'build\ttabs' mkdir 'build tabs' cd 'build tabs' cmake ../cmake_tabs_bug | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2011-01-06 10:51 | kentwilliams | New Issue | |||
2011-01-06 11:14 | Brad King | Note Added: 0024459 | |||
2011-01-06 11:19 | Brad King | Note Added: 0024460 | |||
2011-01-06 11:23 | Brad King | Note Added: 0024461 | |||
2011-01-06 11:25 | Brad King | Note Added: 0024462 | |||
2011-01-06 11:25 | Brad King | Status | new => resolved | ||
2011-01-06 11:25 | Brad King | Resolution | open => suspended | ||
2011-01-06 11:25 | Brad King | Assigned To | => Brad King | ||
2011-05-02 14:45 | David Cole | Note Added: 0026314 | |||
2011-05-02 14:45 | David Cole | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|