diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-12-15 01:46:15 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-12-15 01:46:15 (GMT) |
commit | 779877a2eeb96124f8959938b943579620d87416 (patch) | |
tree | c50d6f0a9d4d25c48bde5a39138717b48dfef00a /Source/cmFindLibraryCommand.cxx | |
parent | a5e76555bf9ac5fac6876ba73f8c3a7cdcabc351 (diff) | |
download | CMake-779877a2eeb96124f8959938b943579620d87416.zip CMake-779877a2eeb96124f8959938b943579620d87416.tar.gz CMake-779877a2eeb96124f8959938b943579620d87416.tar.bz2 |
BUG: fix for bug 6039 LIB and INCLUDE not used for find stuff
Diffstat (limited to 'Source/cmFindLibraryCommand.cxx')
-rw-r--r-- | Source/cmFindLibraryCommand.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmFindLibraryCommand.cxx b/Source/cmFindLibraryCommand.cxx index 208ed02..fb836c8 100644 --- a/Source/cmFindLibraryCommand.cxx +++ b/Source/cmFindLibraryCommand.cxx @@ -38,6 +38,7 @@ cmFindLibraryCommand::cmFindLibraryCommand() "CMAKE_FIND_ROOT_PATH_MODE_XXX", "CMAKE_FIND_ROOT_PATH_MODE_LIBRARY"); + this->EnvironmentPath = "LIB"; this->GenericDocumentation += "\n" "If the library found is a framework, then VAR will be set to " |