Github user astitcher commented on a diff in the pull request:

    https://github.com/apache/qpid-proton/pull/115#discussion_r132225370
  
    --- Diff: proton-c/bindings/php/CMakeLists.txt ---
    @@ -34,7 +34,7 @@ list(APPEND SWIG_MODULE_cproton_EXTRA_DEPS
         ${CMAKE_SOURCE_DIR}/proton-c/include/proton/cproton.i
         ${PROTON_HEADERS}
     )
    -swig_add_module(cproton php ${CMAKE_CURRENT_SOURCE_DIR}/php.i)
    +swig_add_library(cproton LANGUAGE php SOURCES 
${CMAKE_CURRENT_SOURCE_DIR}/php.i)
    --- End diff --
    
    Not directly related to your change, but I think the 
${CMAKE_CURRENT_SOURCE_DIR} is extraneous here and is different from all the 
other uses of swig_add_library in the other bindings.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to