Skip to content

Use new GENERATE_NATIVE_HEADERS option instead of create_javah()

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

This patch use the new CREATE_NATIVE_HEADERS option of UseJava.cmake instead of create_javah(). This will be required from Java 1.10 on.

The patch will not compile with tdaq-07-01-00, so keep on branch for nightly or delay to apply it.

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

Merge request reports