[cmake-developers] [CMake 0015273]: file(GLOB/GLOB_RECURSE) should provide an option to set a start directory

Mantis Bug Tracker mantis at public.kitware.com
Mon Dec 1 08:25:37 EST 2014


The following issue has been SUBMITTED. 
====================================================================== 
http://www.cmake.org/Bug/view.php?id=15273 
====================================================================== 
Reported By:                Nils Gladitz
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   15273
Category:                   CMake
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2014-12-01 08:25 EST
Last Modified:              2014-12-01 08:25 EST
====================================================================== 
Summary:                    file(GLOB/GLOB_RECURSE) should provide an option to
set a start directory
Description: 
Generated target export files for example use:

  get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
  file(GLOB CONFIG_FILES "${_DIR}/TdngTargets-*.cmake")

This is error prone in case _DIR itself happens to use special characters
interpreted by globbing.

Something like:
  file(GLOB CONFIG_FILES START_DIRECTORY "${_DIR}" "TdngTargets-*.cmake")

would be nice.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2014-12-01 08:25 Nils Gladitz   New Issue                                    
======================================================================



More information about the cmake-developers mailing list