summaryrefslogtreecommitdiffstats
path: root/Modules/FindOpenSSL.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017Alex Neundorf2011-01-041-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 everywhereAlex Neundorf2010-09-281-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 mistakeMathieu Malaterre2010-08-141-2/+2
| | | | Thanks to Dimitri Kaparis for report
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
|
* Add missing PATHS to find_path commands to fix openssl searchingMathieu Malaterre2010-07-271-9/+9
|
* Apply patch from B. King on MLMathieu Malaterre2010-06-221-2/+2
|
* Cleanup FindOpenSSL. Add support for win64 installation.Mathieu Malaterre2010-06-151-10/+28
|
* Fix FindOpenSSL on mingw. This has been reported to be working by ctrlaltca ↵Mathieu Malaterre2009-11-191-63/+70
| | | | libero.it on cmake mailing list.
* FIX: BUG: 0008971 FindOpenSSL improvement. Teaches cmake to find openssl on ↵Mathieu Malaterre2009-10-301-7/+26
| | | | win32. openssl comes with the crypto libs which are the important part of the openssl project.
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-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 feedBill Hoffman2008-07-221-71/+71
|
* BUG: don't fail with FATAL_ERROR if REQUIRED was not usedAlexander Neundorf2008-06-161-1/+2
| | | | Alex
* ENH: add cmake modules for some common libraries: aspell, hspell, bzip2,Alexander Neundorf2006-09-191-0/+70
jasper (jpeg2000), libxml2 and libxslt and openssl and the accompanying license (BSD) Alex