Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Incomplete
-
1.15.0
-
None
-
None
Description
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
CMake Error at CMakeLists.txt:294 (configure_file): configure_file Problem configuring file
This appears to be caused by commands such as
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/tests/authservice.py.in ${CMAKE_CURRENT_SOURCE_DIR}/tests/authservice.py)
that attempt to write their output into the sources directory.
Attachments
Issue Links
- depends upon
-
DISPATCH-1539 Python 2 has expired. What is the qpid-dispatch strategy going forward?
- Closed
- is related to
-
DISPATCH-2299 re-enable system_tests_http delete listeners with libwebsockets >= 4.2
- Closed