diff options
author | Brad King <brad.king@kitware.com> | 2015-03-31 15:28:47 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-03-31 15:31:27 (GMT) |
commit | 1570a4df9246c5f9b7a6818c367ddb596b84d083 (patch) | |
tree | 0f9978ec4439e1bf52439485ef6e2efe1457b14d | |
parent | b372a99a130ec89561b2ad8d3147298dff3cf4df (diff) | |
download | CMake-1570a4df9246c5f9b7a6818c367ddb596b84d083.zip CMake-1570a4df9246c5f9b7a6818c367ddb596b84d083.tar.gz CMake-1570a4df9246c5f9b7a6818c367ddb596b84d083.tar.bz2 |
Help: Add notes for topic 'UseSWIG-no-MAIN_DEPENDENCY'
-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. |