Re: [cmake-developers] find PATHS issues on Windows when Linux OS files are accessible

2013-10-15 Thread Alan W. Irwin
On 2013-10-15 10:21-0400 Brad King wrote: On 10/14/2013 02:22 PM, Alan W. Irwin wrote: Therefore, I think a good compromise would be to provide both of these possibilities to users, with the first one being used by default, but with the second one used instead if a specific variable or

Re: [cmake-developers] find PATHS issues on Windows when Linux OS files are accessible

2013-10-14 Thread Brad King
On 10/13/2013 7:46 PM, Alan W. Irwin wrote: bash.exe-3.1$ ls z:/usr/bin/lua z:/usr/bin/lua [snip] -- LUA_EXECUTABLE = /usr/bin/lua This is an obviously incorrect result since /usr/bin/lua does not exist from the Windows system perspective, i.e., It does exist when z: is the current working

[cmake-developers] find PATHS issues on Windows when Linux OS files are accessible

2013-10-13 Thread Alan W. Irwin
I have a Windows platform with a Linux OS filesystem effectively mounted on the z: drive letter (this was actually for Wine, but I assume it would be straightforward to set this up on the Microsoft version of Windows as well) where a whole bunch of Linux executables can be found in z:/usr/bin,