summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'ImprovedVersionCheckingInSomeModules'Brad King2010-08-109-107/+66
|\ | | | | | | | | | | | | | | | | | | | | | | | | 430336c Merge branch 'findsubversion_fphsa_cleanup' b6c6156 Use FPHSA() in FindSWIG, including version checking. 656cd2f Improved version checking for FindCUDA using the new mode of FPHSA 126db7b Improved version checking for FindSubversion using the new mode of FPHSA() 77d909b Fix DETAILS string with version number in FHPSA() 19b68b9 Improved version checking for FindJava using the new FPHSA() mode 6bb0b6e Improved version checking for FindRuby using the new mode of FPHSA() 946493f FindSquish doesn't detect the version, remove that from the documentation cb9d1ea Add version checking support to FindFlex and FindPerlLibs
| * Merge branch 'findsubversion_fphsa_cleanup'Brad King2010-08-101-4/+2
| |\ | | | | | | | | | | | | | | | | | | into ImprovedVersionCheckingInSomeModules Conflicts: Modules/FindSubversion.cmake
| * | Use FPHSA() in FindSWIG, including version checking.Alex Neundorf2010-08-071-12/+6
| | | | | | | | | | | | Alex
| * | Improved version checking for FindCUDA using the new mode of FPHSAAlex Neundorf2010-08-071-29/+8
| | | | | | | | | | | | Alex
| * | Improved version checking for FindSubversion using the new mode of FPHSA()Alex Neundorf2010-08-071-13/+20
| | | | | | | | | | | | Alex
| * | Fix DETAILS string with version number in FHPSA()Alex Neundorf2010-08-071-1/+1
| | | | | | | | | | | | | | | | | | | | | If found, the version which was found should be stored in the DETAILS string, but it was dereferenced twice, which was wrong. Alex
| * | Improved version checking for FindJava using the new FPHSA() modeAlex Neundorf2010-08-071-29/+15
| | | | | | | | | | | | Alex
| * | Improved version checking for FindRuby using the new mode of FPHSA()Alex Neundorf2010-08-071-19/+7
| | | | | | | | | | | | Alex
| * | FindSquish doesn't detect the version, remove that from the documentationAlex Neundorf2010-08-071-3/+0
| | | | | | | | | | | | Alex
| * | Add version checking support to FindFlex and FindPerlLibsAlex Neundorf2010-08-072-3/+12
| | | | | | | | | | | | | | | | | | Use the new mode of FPHSA() to add version checking for these two modules. Alex
* | | Merge topic 'module-header-spelling'Brad King2010-08-10268-268/+268
|\ \ \ | | | | | | | | | | | | | | | | 2cde67a Modules: Fix spelling 'To distributed' -> 'To distribute'
| * | | Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-09268-268/+268
| |/ /
* | | Merge topic 'mingw-response-files'Brad King2010-08-101-1/+8
|\ \ \ | | | | | | | | | | | | | | | | b03f4ec No response files with GNU ld <= 2.16 (#10913)
| * | | No response files with GNU ld <= 2.16 (#10913)Brad King2010-08-061-1/+8
| | | | | | | | | | | | | | | | | | | | Older GNU ld does not support the @FILE syntax for response files. Check the ld version on MinGW and MSYS before enabling the syntax.
* | | | Merge topic 'findsubversion_fphsa_cleanup'Brad King2010-08-101-5/+4
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | a918bd5 FindSubversion: set compatibility variables based on FPHSA()
| * | | FindSubversion: set compatibility variables based on FPHSA()Kovarththanan Rajaratnam2010-08-041-5/+4
| | |/ | |/|
* | | Merge topic 'findzlib_use_fphsa'Brad King2010-08-101-15/+2
|\ \ \ | | | | | | | | | | | | | | | | 5f183ca FindZLIB: use the FPHSA version mode
| * | | FindZLIB: use the FPHSA version modeKovarththanan Rajaratnam2010-08-041-15/+2
| |/ / | | | | | | | | | Remove our implementation of version checking and instead use FPHSA()
* | | Merge topic 'find-boost'Brad King2010-08-101-1/+2
|\ \ \ | |/ / |/| | | | | | | | | | | 187e969 FindBoost: Search for Boost 1.43 and 1.44 2fec615 FindBoost: Search for Boost 1.42
| * | FindBoost: Search for Boost 1.43 and 1.44Brad King2010-08-031-2/+2
| | | | | | | | | | | | The current release is 1.43 and the next release will be 1.44.
| * | FindBoost: Search for Boost 1.42Brad King2010-07-281-1/+2
| | |
* | | Merge topic 'ExternalProject-cygwin-make'Brad King2010-08-031-0/+20
|\ \ \ | | | | | | | | | | | | | | | | ed43ea6 ExternalProject: Fix $(MAKE) with cygpath on Windows
| * | | ExternalProject: Fix $(MAKE) with cygpath on WindowsBrad King2010-08-021-0/+20
| |/ / | | | | | | | | | | | | In non-cygwin builds using Cygwin's make tool, use cygpath to transform the value of $(MAKE) to something Windows understands.
* | | Merge topic 'find_cygwin17'Brad King2010-08-031-1/+2
|\ \ \ | | | | | | | | | | | | | | | | 462fa2d FindCygwin: add new registry entry for Cygwin 1.7 (#10951)
| * | | FindCygwin: add new registry entry for Cygwin 1.7 (#10951)Kovarththanan Rajaratnam2010-07-311-1/+2
| |/ / | | | | | | | | | | | | | | | This patch adds support for Cygwin 1.7 which uses a new registry entry Patch by Fabrice Aeschbacher
* | | Merge topic 'findzlib_fix_version'Brad King2010-08-031-7/+39
|\ \ \ | | | | | | | | | | | | | | | | 6b9b9f4 FindZLIB: optimize zlib.h version parsing
| * | | FindZLIB: optimize zlib.h version parsingKovarththanan Rajaratnam2010-07-311-7/+39
| |/ / | | | | | | | | | | | | | | | Read zlib.h by using file(STRINGS.....REGEX) to limit the amount of text we apply the version regex on. This patch also addresses the fact that the version string may contain a tweak component. Patch by Simone Rossetto
* | | Merge topic 'fix-issue-9611'Brad King2010-08-031-18/+43
|\ \ \ | | | | | | | | | | | | | | | | 963921f BUG: 0009611 Fix Arch independent FindJNI.cmake on Linux
| * | | BUG: 0009611 Fix Arch independent FindJNI.cmake on LinuxMathieu Malaterre2010-07-301-18/+43
| |/ /
* | | Merge topic 'AddVersionChecking2FindPackageHandleStandardArgs'Brad King2010-08-032-39/+215
|\ \ \ | | | | | | | | | | | | | | | | | | | | d016468 -fix indentation of the documentation d358cf5 add 2nd, more powerful mode to find_package_handle_standard_args()
| * | | -fix indentation of the documentationAlex Neundorf2010-07-291-37/+39
| | | | | | | | | | | | | | | | Alex
| * | | add 2nd, more powerful mode to find_package_handle_standard_args()Alex Neundorf2010-07-282-37/+211
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | This additional mode also supports version checking and should be easily extendible, e.g. for COMPONENT stuff. Updated FindBISON.cmake as first user of this new mode. Docs updated. Alex
* | | Merge topic 'hurd-platform'Brad King2010-08-031-0/+3
|\ \ \ | | | | | | | | | | | | | | | | 90467d6 GNU/Hurd platform support fixes (#9873)
| * | | GNU/Hurd platform support fixes (#9873)Pino Toscano2010-07-291-0/+3
| |/ / | | | | | | | | | | | | Define use of -rpath-link and --export-dynamic flags. The toolchain on Hurd is GNU-based so we can use the values from Linux.
* | | Merge topic 'find-libarchive'Brad King2010-08-031-0/+63
|\ \ \ | | | | | | | | | | | | | | | | | | | | a602f87 Add option CMAKE_USE_SYSTEM_LIBARCHIVE (#10923) 9e903b9 Add FindLibArchive module (#10923)
| * | | Add FindLibArchive module (#10923)Brad King2010-07-291-0/+63
| |/ /
* | | Merge topic 'CPackDEB-auto-dependency-support'Brad King2010-08-031-13/+132
|\ \ \ | | | | | | | | | | | | | | | | ded3a15 CPackDeb optionally generates auto-dependency list part fix of bug 10292
| * | | CPackDeb optionally generates auto-dependency list part fix of bug 10292Eric NOULARD2010-07-281-13/+132
| |/ / | | | | | | | | | | | | The default behavior is not to activate this option because it may break DEB package building for project who does not use INSTALL RPATH.
* | | Merge topic 'fix-issue-11034'Brad King2010-08-031-10/+2
|\ \ \ | | | | | | | | | | | | | | | | 9fa49dc ExternalProject: Remove 'unknown keyword' warning (#11034)
| * | | ExternalProject: Remove 'unknown keyword' warning (#11034)David Cole2010-07-281-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | The intent was to warn about misspelled keyword arguments, but the effect was to warn about valid argument values far too often. Let's stop annoying and confusing people.
* | | | Merge topic 'FixTypoInMacroAddFileDependencies'Brad King2010-08-031-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 44ae8bd -fix typo in docs of deprecated MacroAddFileDependencies.cmake
| * | | | -fix typo in docs of deprecated MacroAddFileDependencies.cmakeAlex Neundorf2010-07-271-1/+1
| | |/ / | |/| | | | | | | | | | | | | | | | | | Patch on the mailing list by Serge Ziryukin. Alex
* | | | Merge topic 'AdditionalLibTiffName'Brad King2010-08-031-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 14dfdc3 -add an additional name for finding libtiff on Windows
| * | | | -add an additional name for finding libtiff on WindowsAlex Neundorf2010-07-271-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | libtiff also exists as tiff.dll/lib under Windows, patch from Patrick Spendrin (#10942) Alex
* | | | Merge topic 'findopenssl-path-fix'Brad King2010-08-031-9/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | ca5c522 Add missing PATHS to find_path commands to fix openssl searching
| * | | | Add missing PATHS to find_path commands to fix openssl searchingMathieu Malaterre2010-07-271-9/+9
| | |/ / | |/| |
* | | | Merge topic 'fix-issue-10020'Brad King2010-08-031-2/+62
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | 979972f Copy Resources in Frameworks during fixup_bundle (#10020)
| * | | Copy Resources in Frameworks during fixup_bundle (#10020)David Cole2010-07-271-2/+62
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | By default, if an embedded item is a framework, copy its main dylib file explicitly, and then also its Resources if it has any. Inspect a variable, BU_COPY_FULL_FRAMEWORK_CONTENTS, and if it's ON, copy the entire framework into the bundle.
* | | ExternalProject: Use $(MAKE) whenever possible.David Cole2010-07-231-3/+5
|/ / | | | | | | | | | | ExternalProject_Add calls that did not explicitly request a CMAKE_GENERATOR would not get recursive parallel make behavior. This commit fixes that issue.
* | Merge topic 'findqt4-cross-compile'Brad King2010-07-201-8/+8
|\ \ | | | | | | | | | | | | c019427 Fix mingw/VS warning message with cross compile re-org.