Author: rhs Date: Fri Apr 27 16:13:52 2012 New Revision: 1331488 URL: http://svn.apache.org/viewvc?rev=1331488&view=rev Log: added -threads flag to swig build
Modified: qpid/proton/trunk/proton-c/bindings/CMakeLists.txt Modified: qpid/proton/trunk/proton-c/bindings/CMakeLists.txt URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/CMakeLists.txt?rev=1331488&r1=1331487&r2=1331488&view=diff ============================================================================== --- qpid/proton/trunk/proton-c/bindings/CMakeLists.txt (original) +++ qpid/proton/trunk/proton-c/bindings/CMakeLists.txt Fri Apr 27 16:13:52 2012 @@ -20,6 +20,7 @@ include(UseSWIG) #set(CMAKE_SWIG_FLAGS "-w362,401") +set(CMAKE_SWIG_FLAGS, "-threads") # Build wrapper for Python: # @todo: conditionalize on whether python is available! --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org