summaryrefslogtreecommitdiffstats
path: root/Modules/FindJava.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Add more documentation to moduleMathieu Malaterre2009-11-041-0/+14
|
* Adding support for java 1.6.0-oem. Make sure to report failure when user ask ↵Mathieu Malaterre2009-11-041-5/+6
| | | | for version but regex failed to parse version number
* Replace FATAL_ERROR with status. Remove output when QUIET is ONMathieu Malaterre2009-11-031-2/+6
|
* BUG: hardcoded path, are not hints. Split the two lists. Thanks BradMathieu Malaterre2009-11-021-12/+20
|
* BUG: To be able to use ENV and at the same time allow /usr/loca/bin to ↵Mathieu Malaterre2009-11-021-8/+3
| | | | override /usr/bin, apply patch suggested by Hendrik Sattler (thanks)
* ENH: Make those variables advanced.Mathieu Malaterre2009-11-021-0/+5
|
* STYLE: Fix documentation (thanks Brad).Mathieu Malaterre2009-10-301-3/+4
|
* ENH: Update code: 1. In version 1.6.0_17, 17 is now the TWEAK version as per ↵Mathieu Malaterre2009-10-301-40/+34
| | | | cmake convention. 2. Use VERSION_LESS to compare version, which simplify code 3. Enhance testing, see: https://gdcm.svn.sourceforge.net/svnroot/gdcm/Sandbox/CMakeBug/8/CMakeLists.txt
* FIX: BUG: 0009795 FindJava now respect naming convention and handle ↵Mathieu Malaterre2009-10-301-10/+91
| | | | VERSION/EXACT.
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-0/+14
| | | | | | | 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: More locations for JavaAndy Cedilnik2006-10-121-0/+1
|
* ENH: some style fixes for the bookKen Martin2005-12-151-3/+3
|
* ENH: add documentation support for modulesBill Hoffman2005-12-141-1/+1
|
* ENH: java fixes from MathieuBill Hoffman2005-09-231-0/+2
|
* ENH: add support for java 1.5Bill Hoffman2005-09-081-0/+1
|
* ENH: More paths for javaAndy Cedilnik2005-08-261-0/+1
|
* ENH: Removing extra 64-bit search paths. They are now constructed ↵Brad King2005-04-071-1/+0
| | | | automatically from the paths listed.
* ENH: Adding support for 64-bit library paths. Contributed by Peter Vanroose.Brad King2005-04-071-0/+1
|
* ENH: bug fix 1573Bill Hoffman2005-02-101-0/+1
|
* ENH: look for java in more placesBill Hoffman2004-09-201-3/+8
|
* BUG: 1107 add extra place to look for javaBill Hoffman2004-08-231-1/+1
|
* BUG: 1107 add extra place to look for javaBill Hoffman2004-08-231-0/+1
|
* FIX: for Windows users, it seems logical to favor native win32 installation ↵Sebastien Barre2003-10-161-2/+2
| | | | before Cygwin ones. Otherwise you can end up with bad mixes (part of the java tools were picked from the SDK, part from Cygwin)
* Clean find for Python, add find for python 2.2 on windows, cleanup java on ↵Andy Cedilnik2002-11-141-0/+12
| | | | windows and add java 1.4 support
* ENH: mark some vars as advanced (and resort the list)Sebastien Barre2002-10-101-0/+5
|
* Add module that finds java executables. This module should find java, javac, ↵Andy Cedilnik2002-07-081-0/+22
and jar.