diff options
author | Marc Chevrier <marc.chevrier@sap.com> | 2018-03-20 09:56:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-03-22 15:18:17 (GMT) |
commit | 51b642679bc5dc675ab0e4e3fe7dc4c053ba60f4 (patch) | |
tree | 7edf634fa6c463747bdbde9cb5a2593d752b007e /Help | |
parent | 5831b6a2aec74cd9d1d10b1d047da8fa0411c828 (diff) | |
download | CMake-51b642679bc5dc675ab0e4e3fe7dc4c053ba60f4.zip CMake-51b642679bc5dc675ab0e4e3fe7dc4c053ba60f4.tar.gz CMake-51b642679bc5dc675ab0e4e3fe7dc4c053ba60f4.tar.bz2 |
UseSWIG: fix prefix library for Java on Windows
Fixes: #17836
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/UseSWIG-fix-library-prefix.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/UseSWIG-fix-library-prefix.rst b/Help/release/dev/UseSWIG-fix-library-prefix.rst new file mode 100644 index 0000000..7ff0f49 --- /dev/null +++ b/Help/release/dev/UseSWIG-fix-library-prefix.rst @@ -0,0 +1,6 @@ +UseSWIG-fix-library-prefix +-------------------------- + +* The :module:`UseSWIG` module :command:`swig_add_library` command + (and legacy ``swig_add_module`` command) now set the prefix of + Java modules to ``""`` for MINGW, MSYS, and CYGWIN environments. |