[Cmake-commits] CMake branch, master, updated. v2.8.4-607-gd2430b2

Brad King brad.king at kitware.com
Tue Jun 28 16:27:12 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  d2430b2ffdfb29a1b65b39bf6620d05411f0e79e (commit)
       via  fc045318f846b66c0db94e25ab64658064107014 (commit)
      from  34238d5bcb92c7c9a2652126de2001ec4c73a4c9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d2430b2ffdfb29a1b65b39bf6620d05411f0e79e
commit d2430b2ffdfb29a1b65b39bf6620d05411f0e79e
Merge: 34238d5 fc04531
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jun 28 16:27:06 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jun 28 16:27:06 2011 -0400

    Merge topic 'revert-fixbug_0004147'
    
    fc04531 Revert "Add a new function SWIG_GET_WRAPPER_DEPENDENCIES to UseSWIG.cmake"

diff --cc Modules/UseSWIG.cmake
index be15b52,b547dc7..2a83045
--- a/Modules/UseSWIG.cmake
+++ b/Modules/UseSWIG.cmake
@@@ -220,14 -166,8 +165,10 @@@ MACRO(SWIG_ADD_SOURCE_TO_MODULE name ou
    IF(SWIG_MODULE_${name}_EXTRA_FLAGS)
      SET(swig_extra_flags ${swig_extra_flags} ${SWIG_MODULE_${name}_EXTRA_FLAGS})
    ENDIF(SWIG_MODULE_${name}_EXTRA_FLAGS)
-   SWIG_GET_WRAPPER_DEPENDENCIES("${swig_source_file_fullname}"
-     "${swig_generated_file_fullname}" ${SWIG_MODULE_${name}_SWIG_LANGUAGE_FLAG}
-     swig_extra_dependencies)
-   LIST(APPEND SWIG_MODULE_${name}_EXTRA_DEPS ${swig_extra_dependencies})
    ADD_CUSTOM_COMMAND(
      OUTPUT "${swig_generated_file_fullname}" ${swig_extra_generated_files}
 +    # Let's create the ${swig_outdir} at execution time, in case dir contains $(OutDir)
 +    COMMAND ${CMAKE_COMMAND} -E make_directory ${swig_outdir}
      COMMAND "${SWIG_EXECUTABLE}"
      ARGS "-${SWIG_MODULE_${name}_SWIG_LANGUAGE_FLAG}"
      ${swig_source_file_flags}

-----------------------------------------------------------------------

Summary of changes:
 Modules/UseSWIG.cmake |   59 -------------------------------------------------
 1 files changed, 0 insertions(+), 59 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list