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

ASF subversion and git services commented on DISPATCH-2035:
-----------------------------------------------------------

Commit e4977ae3ea9f289879415c87c057d933e6bc7246 in qpid-dispatch's branch 
refs/heads/main from Jiri Daněk
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=e4977ae ]

DISPATCH-2035 Reduce number of configure_file calls in CMake build (#1225)

This is possible thanks to supporting only Python 3 now.

> [build] CMake often fails to configure project if I have multiple build 
> directories and run CMake in every one of them simultaneously
> -------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DISPATCH-2035
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-2035
>             Project: Qpid Dispatch
>          Issue Type: Bug
>    Affects Versions: 1.15.0
>            Reporter: Jiri Daněk
>            Assignee: Ken Giusti
>            Priority: Minor
>             Fix For: 1.17.0
>
>
> My IDE supports setting up multiple CMake build configurations at the same 
> time. If I click to reconfigure the build configurations, some of them often 
> fail with issue like the following
> {noformat}
> CMake Error at CMakeLists.txt:294 (configure_file):
>   configure_file Problem configuring file
> {noformat}
> This appears to be caused by commands such as
> {code}
> configure_file(${CMAKE_CURRENT_SOURCE_DIR}/tests/authservice.py.in 
> ${CMAKE_CURRENT_SOURCE_DIR}/tests/authservice.py)
> {code}
> that attempt to write their output into the sources 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]

Reply via email to