-
- Downloads
ENH: Major improvements to the FIND_PACKAGE command. See bug #3659.
- Use CMAKE_PREFIX_PATH and CMAKE_SYSTEM_PREFIX_PATH among other means to locate package configuration files. - Create cmFindCommon as base for cmFindBase and cmFindPackageCommand - Move common functionality up to cmFindCommon - Improve documentation of FIND_* commands. - Fix FIND_* commands to not add framework/app paths in wrong place.
Showing
- Source/cmBootstrapCommands.cxx 1 addition, 0 deletionsSource/cmBootstrapCommands.cxx
- Source/cmFindBase.cxx 42 additions, 344 deletionsSource/cmFindBase.cxx
- Source/cmFindBase.h 6 additions, 28 deletionsSource/cmFindBase.h
- Source/cmFindCommon.cxx 479 additions, 0 deletionsSource/cmFindCommon.cxx
- Source/cmFindCommon.h 95 additions, 0 deletionsSource/cmFindCommon.h
- Source/cmFindLibraryCommand.cxx 6 additions, 0 deletionsSource/cmFindLibraryCommand.cxx
- Source/cmFindPackageCommand.cxx 1174 additions, 180 deletionsSource/cmFindPackageCommand.cxx
- Source/cmFindPackageCommand.h 38 additions, 40 deletionsSource/cmFindPackageCommand.h
- Source/cmFindPathCommand.cxx 6 additions, 0 deletionsSource/cmFindPathCommand.cxx
- Source/cmFindProgramCommand.cxx 6 additions, 0 deletionsSource/cmFindProgramCommand.cxx
Loading
Please register or sign in to comment