commit | 6feb0c3318305c4347ac02a0c1d991b98802bd3e | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Thu Oct 05 13:59:43 2017 -0400 |
committer | Brad King <brad.king@kitware.com> | Fri Oct 06 07:29:30 2017 -0400 |
tree | c9fd7ad4f0d327df5411867d524e34785cff1bfa | |
parent | a91eb5e41f486628910f189bf40403568af013c7 [diff] |
FindJava: Revise version parsing to support Java 9 Java 9 has only one component. Revise the logic to tolerate any number of version components 1 through 4. Fix the parsing of individual components. Fixes: #17325