Jiri Daněk created DISPATCH-2035:
------------------------------------
Summary: [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
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]