e.org
Subject
12.03.2010 16:51 Re: [CMake] Skipping PATH when
using find_li
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
@cmake.org,
cmake-boun...@cmake.org
04.03.2010 15:28 Subject
Re: [CMake] Skipping PATH when
using
cc
Subject
03.03.2010 13:22 [CMake] Skipping PATH when using
fi
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