[
https://issues.apache.org/jira/browse/PROTON-2215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17110366#comment-17110366
]
ASF subversion and git services commented on PROTON-2215:
---------------------------------------------------------
Commit 7f86fa4eb261fad7ade33f62acf3d2ce115e9497 in qpid-proton's branch
refs/heads/master from Matthieu
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=7f86fa4 ]
PROTON-2215: Windows build fails if CMAKE_MODULE_PATH is not empty (#141)
The previously used CMAKE_MODULE_PATH is actually a list of directories,
and therefore should not be used here.
Co-authored-by: Matthieu Longo <[email protected]>
Co-authored-by: Jiri Danek <[email protected]>
> Windows build fails if CMAKE_MODULE_PATH is not empty
> -----------------------------------------------------
>
> Key: PROTON-2215
> URL: https://issues.apache.org/jira/browse/PROTON-2215
> Project: Qpid Proton
> Issue Type: Bug
> Components: build
> Affects Versions: proton-c-0.31.0
> Reporter: Jiri Daněk
> Assignee: Jiri Daněk
> Priority: Major
> Labels: windows
> Fix For: proton-c-0.32.0
>
>
> In {{tools/cmake/Modules/WindowsC99CheckDef.cmake}}:
> {code}
> COMMAND ${PYTHON_EXECUTABLE}
> ${CMAKE_MODULE_PATH}/WindowsC99SymbolCheck.py
> $<TARGET_FILE_DIR:qpid-proton>
> {code}
> This is wrong, if only because {{CMAKE_MODULE_PATH}} is a list of
> directories, not a single directory.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]