diff options
author | Brad King <brad.king@kitware.com> | 2015-03-31 18:11:57 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-03-31 18:11:57 (GMT) |
commit | 00214357ba6166d829da68a65c0d50a61c663bd5 (patch) | |
tree | 45ce9a0c3d6285f2f4f44a292439d4c289bf00c4 /Help/release | |
parent | ad09756fed4257dca08b032bf2cbad7dd82a0d80 (diff) | |
parent | 1570a4df9246c5f9b7a6818c367ddb596b84d083 (diff) | |
download | CMake-00214357ba6166d829da68a65c0d50a61c663bd5.zip CMake-00214357ba6166d829da68a65c0d50a61c663bd5.tar.gz CMake-00214357ba6166d829da68a65c0d50a61c663bd5.tar.bz2 |
Merge topic 'UseSWIG-no-MAIN_DEPENDENCY'
1570a4df Help: Add notes for topic 'UseSWIG-no-MAIN_DEPENDENCY'
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/UseSWIG-no-MAIN_DEPENDENCY.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/release/dev/UseSWIG-no-MAIN_DEPENDENCY.rst b/Help/release/dev/UseSWIG-no-MAIN_DEPENDENCY.rst new file mode 100644 index 0000000..5311cf1 --- /dev/null +++ b/Help/release/dev/UseSWIG-no-MAIN_DEPENDENCY.rst @@ -0,0 +1,9 @@ +UseSWIG-no-MAIN_DEPENDENCY +-------------------------- + +* The :module:`UseSWIG` module ``SWIG_ADD_MODULE`` macro no + longer attaches the swig invocation custom command to the + ``.i`` source file in IDE projects. This is because only + one custom command can be safely attached to a given source + file, and adding multiple modules with the same ``.i`` file + for different languages requires more than one such command. |