diff options
author | Brad King <brad.king@kitware.com> | 2023-03-17 08:09:08 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-03-18 08:46:12 -0400 |
commit | 301279e4a9663714cf42deb829c0c2e48a24190c (patch) | |
tree | b79d39b27b462d35bec39f56f6bd438dbbc345ae /Modules | |
parent | 6741acdeb48b94a1a8d33ab239b47d92c462e56c (diff) | |
download | cmake-301279e4a9663714cf42deb829c0c2e48a24190c.tar.gz |
Help: Replace link with its permanent redirect
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/UseJava.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/UseJava.cmake b/Modules/UseJava.cmake index 54a8cf741c..99fd6176b0 100644 --- a/Modules/UseJava.cmake +++ b/Modules/UseJava.cmake @@ -294,7 +294,7 @@ Header Generation .. deprecated:: 3.11 This command will no longer be supported starting with version 10 of the JDK - due to the `suppression of javah tool <https://openjdk.java.net/jeps/313>`_. + due to the `suppression of javah tool <https://openjdk.org/jeps/313>`_. The :ref:`add_jar(GENERATE_NATIVE_HEADERS) <add_jar>` command should be used instead. |