MantisBT - CMake
View Issue Details
0011617CMakeCMakepublic2010-12-16 14:152011-01-12 08:01
Ryan Pavlik 
Brad King 
normaltextN/A
closedfixed 
CMake-2-8 
CMake 2.8.4CMake 2.8.4 
0011617: Add warning to file(GLOB help text
From my observations on the mailing list, the first instinct of a lot of users is to use file(GLOB to assemble lists of sources - not to do so is certainly one of the more frequent repeated responses. It seems that it would be prudent to add a warning to the help text stating that it shouldn't be used for this purpose and a brief explanation why (CMake can't automatically tell when you have added/removed a file in the directory).
No tags attached.
Issue History
2010-12-16 14:15Ryan PavlikNew Issue
2010-12-16 15:45Brad KingAssigned To => Brad King
2010-12-16 15:45Brad KingStatusnew => assigned
2010-12-16 15:51Brad KingNote Added: 0024214
2010-12-16 15:51Brad KingStatusassigned => closed
2010-12-16 15:51Brad KingResolutionopen => fixed
2011-01-12 08:01David ColeFixed in Version => CMake 2.8.4
2011-01-12 08:01David ColeTarget Version => CMake 2.8.4

Notes
(0024214)
Brad King   
2010-12-16 15:51   
Good idea, thanks:

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=26cc29a8 [^]