mirror of https://github.com/Kitware/CMake.git
Browse Source
ENH: Improved support for user-configured search paths. Paths given in the CMAKE_LIBRARY_PATH cmake variable are searched first, then those in the CMAKE_LIBRARY_PATH environment variable, then those listed in the call to the FIND_LIBRARY command and finally those listed in the PATH environment variable. The support is similar for finding include files with FIND_PATH, but the variable is CMAKE_INCLUDE_PATH.
pull/1/head
ENH: Improved support for user-configured search paths. Paths given in the CMAKE_LIBRARY_PATH cmake variable are searched first, then those in the CMAKE_LIBRARY_PATH environment variable, then those listed in the call to the FIND_LIBRARY command and finally those listed in the PATH environment variable. The support is similar for finding include files with FIND_PATH, but the variable is CMAKE_INCLUDE_PATH.
pull/1/head

6 changed files with 86 additions and 28 deletions
-
14Source/cmFindFileCommand.cxx
-
11Source/cmFindLibraryCommand.h
-
14Source/cmFindPathCommand.cxx
-
12Source/cmFindPathCommand.h
-
55Source/cmMakefile.cxx
-
8Source/cmMakefile.h
Write
Preview
Loading…
Cancel
Save
Reference in new issue