[ 
https://issues.apache.org/jira/browse/PROTON-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13765674#comment-13765674
 ] 

ASF subversion and git services commented on PROTON-413:
--------------------------------------------------------

Commit 1522678 from c...@apache.org in branch 'proton/trunk'
[ https://svn.apache.org/r1522678 ]

PROTON-413: Support for finding an installed proton that works on windows
Use in conjunction with commit associated with QPID-5103.
1. In proton: cmake -DCMAKE_INSTALL_PREFIX=P:/install ...
2.            devenv proton.sln /build "Debug|Win32" /project INSTALL
3. In qpid:   cmake -DPROTON_ROOT=P:/install ...
4.            devenv qpid-cpp.sln /build "Debug|Win32 /project INSTALL
                
> [proton-c] Cmake install does not produce package files that work on windows
> ----------------------------------------------------------------------------
>
>                 Key: PROTON-413
>                 URL: https://issues.apache.org/jira/browse/PROTON-413
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: proton-c
>    Affects Versions: 0.5
>         Environment: Windows
>            Reporter: Chuck Rolke
>         Attachments: proton-413-01.patch
>
>
> Installed proton relies on pkg-config to export the library's location to 
> consuming projects like Qpid. This doesn't play well on Windows where 
> pkg-config is not standard.
> It would be relatively easy to install export files that enable proton to be 
> located with find_package(). This feature could be installed in addition to 
> the pkg-config files and either could be used to find proton.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to