Re: [CMake] Skipping PATH when using find_library

2010-03-14 Thread Mika . Rajala
e.org Subject 12.03.2010 16:51 Re: [CMake] Skipping PATH when using find_li

Re: [CMake] Skipping PATH when using find_library

2010-03-12 Thread Philip Lowman
On Thu, Mar 11, 2010 at 3:00 AM, wrote: > More reading documentation and attempts... but still not working. > > Maybe there is no way? The following works fine for me on CMake 2.8.0. message("PATH = $ENV{PATH}") find_library(FOO foo NO_SYSTEM_ENVIRONMENT_PATH) If you place a foo.lib in your PA

Re: [CMake] Skipping PATH when using find_library

2010-03-11 Thread Mika . Rajala
@cmake.org, cmake-boun...@cmake.org 04.03.2010 15:28 Subject Re: [CMake] Skipping PATH when using

Re: [CMake] Skipping PATH when using find_library

2010-03-04 Thread Mika . Rajala
cc Subject 03.03.2010 13:22 [CMake] Skipping PATH when using fi

[CMake] Skipping PATH when using find_library

2010-03-03 Thread Mika . Rajala
Hi I have read the documentation on find_library command, and i think what i need is possible, but i just can't figure it out. I'd like to run the find_library command, so that it doesn't use the windows environment variable PATH for folders to look from. Is this possible with cmake? I tried a