Skip to content

Use new GENERATE_NATIVE_HEADERS option instead of create_javah()

Reiner Hauser requested to merge (removed):master into master

This patch uses the new GENERATE_NATIVE_HEADERS option of add_jar() instead of create_javah(). This will be required from java 1.10 on.

The patch will not compile in tdaq-07-01-00

https://cmake.org/cmake/help/v3.11/module/UseJava.html

Merge request reports