Re: [cmake-developers] UseSWIG and enable_language(Java)

2017-08-02 Thread Brad King
On 08/01/2017 09:53 PM, Alan W. Irwin wrote: > Yes, that patch works for PLplot. Great, thanks for testing. > Assuming you are going to commit this patch is it something that > needs further extensive testing or will it go into one of the > CMake-3.9.x releases? Yes:

Re: [cmake-developers] UseSWIG and enable_language(Java)

2017-08-01 Thread Alan W. Irwin
On 2017-08-01 16:29-0400 Brad King wrote: On 07/26/2017 06:02 AM, Alan W. Irwin wrote: [...] 62c4cb4b6f0cdb2be2729362133f850d6fe96c20 is the first bad commit UseSWIG: Record generated java files as custom command outputs Hmm. That causes swig_add_library's call to add_library to

Re: [cmake-developers] UseSWIG and enable_language(Java)

2017-08-01 Thread Brad King
On 07/26/2017 06:02 AM, Alan W. Irwin wrote: > enable_language(Java) FWIW this language support is quite limited, is not well tested, and has long been superseded by `UseJava.cmake`. I suggest porting away from it in PLplot. That will fix this too. > 62c4cb4b6f0cdb2be2729362133f850d6fe96c20 is