Re: [CMake] File remove_recurse doesn't on OSX

2011-03-16 Thread David Cole
On Wed, Mar 16, 2011 at 1:40 PM, Belcourt, Kenneth kbe...@sandia.gov wrote: Hi, A quick bug report with CMake 2.8.4 on OSX 10.5.8 built with Intel 11.0.064.  This command works fine file(REMOVE ${Bwr_Files}) while this one fails. file(REMOVE_RECURSE ${Bwr_Files}) And by fails I mean it

Re: [CMake] File remove_recurse doesn't on OSX

2011-03-16 Thread Sean McBride
On Wed, 16 Mar 2011 13:46:56 -0400, David Cole said: Is the Mac file system in question case-sensitive, or case-insensitive? (By default, most Macs are case-insensitive... and we've had other reports of file weirdnesses on case-sensitive-file-system-based Macs -- we do not have one of these

Re: [CMake] File remove_recurse doesn't on OSX

2011-03-16 Thread Belcourt, Kenneth
On Mar 16, 2011, at 11:57 AM, Belcourt, Kenneth wrote: On Mar 16, 2011, at 11:46 AM, David Cole wrote: On Wed, Mar 16, 2011 at 1:40 PM, Belcourt, Kenneth kbe...@sandia.gov wrote: Hi, A quick bug report with CMake 2.8.4 on OSX 10.5.8 built with Intel 11.0.064. This command works fine