Alex Neundorf
|
ce28737c93
Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017
|
15 年 前 |
Alex Neundorf
|
b01184022b
Use absolute path to FindPackageHandleStandardArgs.cmake everywhere
|
15 年 前 |
Brad King
|
74805b28c1
Merge topic 'ImprovedVersionCheckingInSomeModules'
|
15 年 前 |
Todd Gamblin
|
2cde67a781
Modules: Fix spelling 'To distributed' -> 'To distribute'
|
15 年 前 |
Alex Neundorf
|
19b68b9fae
Improved version checking for FindJava using the new FPHSA() mode
|
15 年 前 |
Mathieu Malaterre
|
a9a2af19d4
BUG: 0009840 Fix case when only Java is available by implementing COMP Runtime
|
15 年 前 |
Bill Hoffman
|
0da537d167
Do not error out if the java version is not found, if java is not required.
|
15 年 前 |
Mathieu Malaterre
|
fdc6638b1c
Add more documentation to module
|
16 年 前 |
Mathieu Malaterre
|
b0960683b2
Adding support for java 1.6.0-oem. Make sure to report failure when user ask for version but regex failed to parse version number
|
16 年 前 |
Mathieu Malaterre
|
b93b6dc677
Replace FATAL_ERROR with status. Remove output when QUIET is ON
|
16 年 前 |
Mathieu Malaterre
|
ccb8accc1b
BUG: hardcoded path, are not hints. Split the two lists. Thanks Brad
|
16 年 前 |
Mathieu Malaterre
|
ff0ff68967
BUG: To be able to use ENV and at the same time allow /usr/loca/bin to override /usr/bin, apply patch suggested by Hendrik Sattler (thanks)
|
16 年 前 |
Mathieu Malaterre
|
2b071aeb07
ENH: Make those variables advanced.
|
16 年 前 |
Mathieu Malaterre
|
ae27492091
STYLE: Fix documentation (thanks Brad).
|
16 年 前 |
Mathieu Malaterre
|
bb123d0b81
ENH: Update code: 1. In version 1.6.0_17, 17 is now the TWEAK version as per 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
|
16 年 前 |
Mathieu Malaterre
|
5c594b6f3a
FIX: BUG: 0009795 FindJava now respect naming convention and handle VERSION/EXACT.
|
16 年 前 |
Brad King
|
c4bb9c9d42
Convert CMake find-modules to BSD License
|
16 年 前 |
Andy Cedilnik
|
e607d5f7df
ENH: More locations for Java
|
19 年 前 |
Ken Martin
|
d2689c95a1
ENH: some style fixes for the book
|
20 年 前 |
Bill Hoffman
|
b7fa820118
ENH: add documentation support for modules
|
20 年 前 |
Bill Hoffman
|
1d031367d9
ENH: java fixes from Mathieu
|
20 年 前 |
Bill Hoffman
|
bcd62c8091
ENH: add support for java 1.5
|
20 年 前 |
Andy Cedilnik
|
d8c5e8f094
ENH: More paths for java
|
20 年 前 |
Brad King
|
290ffc01b6
ENH: Removing extra 64-bit search paths. They are now constructed automatically from the paths listed.
|
20 年 前 |
Brad King
|
76f9050026
ENH: Adding support for 64-bit library paths. Contributed by Peter Vanroose.
|
20 年 前 |
Bill Hoffman
|
aa947ff48b
ENH: bug fix 1573
|
21 年 前 |
Bill Hoffman
|
26eff86298
ENH: look for java in more places
|
21 年 前 |
Bill Hoffman
|
28cc5b973f
BUG: 1107 add extra place to look for java
|
21 年 前 |
Bill Hoffman
|
049985f36f
BUG: 1107 add extra place to look for java
|
21 年 前 |
Sebastien Barre
|
296e731808
FIX: for Windows users, it seems logical to favor native win32 installation before Cygwin ones. Otherwise you can end up with bad mixes (part of the java tools were picked from the SDK, part from Cygwin)
|
22 年 前 |