Explorar o código

ENH: look in the windows LIB env variable for libraries

Bill Hoffman %!s(int64=21) %!d(string=hai) anos
pai
achega
b69606da4c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Source/cmMakefile.cxx

+ 1 - 0
Source/cmMakefile.cxx

@@ -2213,6 +2213,7 @@ std::string cmMakefile::FindLibrary(const char* name,
   // Add the system search path to our path.
   std::vector<std::string> path;
   cmSystemTools::GetPath(path, "CMAKE_LIBRARY_PATH");
+  cmSystemTools::GetPath(path, "LIB");
   cmSystemTools::GetPath(path);
   // now add the path
   path.insert(path.end(), userPaths.begin(), userPaths.end());