-
- Downloads
ENH: Improved support for user-configured search paths. Paths given in the...
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.
Showing
- Source/cmFindFileCommand.cxx 6 additions, 8 deletionsSource/cmFindFileCommand.cxx
- Source/cmFindLibraryCommand.h 7 additions, 4 deletionsSource/cmFindLibraryCommand.h
- Source/cmFindPathCommand.cxx 8 additions, 6 deletionsSource/cmFindPathCommand.cxx
- Source/cmFindPathCommand.h 8 additions, 4 deletionsSource/cmFindPathCommand.h
- Source/cmMakefile.cxx 49 additions, 6 deletionsSource/cmMakefile.cxx
- Source/cmMakefile.h 8 additions, 0 deletionsSource/cmMakefile.h
Loading
Please register or sign in to comment