Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017 | Alex Neundorf | 2011-01-04 | 1 | -1/+1 |
| | | | | | | | | This puts the new search behaviour for included files in action, i.e. now when a file from Modules/ include()s another file, it also gets the one from Modules/ included, i.e. the one it expects. Alex | ||||
* | Use absolute path to FindPackageHandleStandardArgs.cmake everywhere | Alex Neundorf | 2010-09-28 | 1 | -1/+1 |
| | | | | | | | This is to avoid getting an (older) copy of FPHSA.cmake which is e.g. installed with KDE 4.5.0 and 4.5.1. Alex | ||||
* | Fix 11035 : debug/release library configuration mistake | Mathieu Malaterre | 2010-08-14 | 1 | -2/+2 |
| | | | | Thanks to Dimitri Kaparis for report | ||||
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | Add missing PATHS to find_path commands to fix openssl searching | Mathieu Malaterre | 2010-07-27 | 1 | -9/+9 |
| | |||||
* | Apply patch from B. King on ML | Mathieu Malaterre | 2010-06-22 | 1 | -2/+2 |
| | |||||
* | Cleanup FindOpenSSL. Add support for win64 installation. | Mathieu Malaterre | 2010-06-15 | 1 | -10/+28 |
| | |||||
* | Fix FindOpenSSL on mingw. This has been reported to be working by ctrlaltca ↵ | Mathieu Malaterre | 2009-11-19 | 1 | -63/+70 |
| | | | | libero.it on cmake mailing list. | ||||
* | FIX: BUG: 0008971 FindOpenSSL improvement. Teaches cmake to find openssl on ↵ | Mathieu Malaterre | 2009-10-30 | 1 | -7/+26 |
| | | | | win32. openssl comes with the crypto libs which are the important part of the openssl project. | ||||
* | Convert CMake find-modules to BSD License | Brad King | 2009-09-28 | 1 | -4/+12 |
| | | | | | | | This adds copyright/license notification blocks CMake's find-modules. Many of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices. | ||||
* | ENH: change to correct line feed | Bill Hoffman | 2008-07-22 | 1 | -71/+71 |
| | |||||
* | BUG: don't fail with FATAL_ERROR if REQUIRED was not used | Alexander Neundorf | 2008-06-16 | 1 | -1/+2 |
| | | | | Alex | ||||
* | ENH: add cmake modules for some common libraries: aspell, hspell, bzip2, | Alexander Neundorf | 2006-09-19 | 1 | -0/+70 |
jasper (jpeg2000), libxml2 and libxslt and openssl and the accompanying license (BSD) Alex |