right. So looking at build/CMakeFiles/3.13.4/CMakeJavaCompiler.cmake
, maybe what I need to do is set CMAKE_Java_ARCHIVE
at configure. Strange that CMake complains about not seeing javac
, but is silent about jar
. I will try.
right. So looking at build/CMakeFiles/3.13.4/CMakeJavaCompiler.cmake
, maybe what I need to do is set CMAKE_Java_ARCHIVE
at configure. Strange that CMake complains about not seeing javac
, but is silent about jar
. I will try.