MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0010355 | CMake | CMake | public | 2010-03-01 15:59 | 2016-06-10 14:31 |
Reporter | Seelan Vamatheva | ||||
Assigned To | Bill Hoffman | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | OS | OS Version | |||
Product Version | CMake-2-8 | ||||
Target Version | Fixed in Version | ||||
Summary | 0010355: file (GLOB ... ) returns empty on linux | ||||
Description | file( GLOB tmp "*.*" ) will return empty on linux. It works fine on windows. Also worked fine with CMake 2.6 for both windows and linux. | ||||
Steps To Reproduce | |||||
Additional Information | Test script: cmake_minimum_required( VERSION 2.6 ) set( CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true ) set( tmp "" ) file( GLOB tmp "*.*" ) message( "FILES: ${tmp}" ) | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() https://public.kitware.com/Bug/file/2922/cmakeTest1.tar | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2010-03-01 15:59 | Seelan Vamatheva | New Issue | |||
2010-03-01 15:59 | Seelan Vamatheva | File Added: cmakeTest1.tar | |||
2010-03-01 16:57 | Bill Hoffman | Note Added: 0019672 | |||
2010-03-01 16:57 | Bill Hoffman | Status | new => assigned | ||
2010-03-01 16:57 | Bill Hoffman | Assigned To | => Bill Hoffman | ||
2016-06-10 14:27 | Kitware Robot | Note Added: 0041662 | |||
2016-06-10 14:27 | Kitware Robot | Status | assigned => resolved | ||
2016-06-10 14:27 | Kitware Robot | Resolution | open => moved | ||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|