Thomas Sondergaard
Thomas Sondergaard
Here is an idea for a design: I imagine that we extend the existing runner Catch::Session::run() with an undocumented command-line switch --managed where you can pass two file descriptors used...
When running with podman on RHEL 9 with selinux enabled, this is what fixed the problem for me: ``` chcon -t container_file_t /var/opt/mssql ```
DCMTK has lots of other configure options. `DCMTK_ENABLE_STL_${FEATURE}` is the only one that is tested explicitly with `STREQUAL "ON"`, the rest are tested in the same way that is done...
I overlooked the INFERRED bit, but my change is still correct. For `DCMTK_ENABLE_STL_${FEATURE}` the value INFERRED means that the value will be set to the value of `DCMTK_ENABLE_STL` here: https://github.com/DCMTK/dcmtk/blob/8399564aebcbf65e896d02df1ebf8dc10488bb05/CMake/GenerateDCMTKConfigure.cmake#L1514...
Note that `DCMTK_ENABLE_CXX11` is also an inferable variable, but it is not handled by the same mechanism as the `DCMTK_ENABLE_STL_${FEATURE}`variables. Before this pull request passing `-DDCMTK_ENABLE_CXX11=TRUE -DDCMTK_ENABLE_STL=TRUE` to cmake turns...
@jriesmeier, it sounds like @offis-jas agrees with the change. What is the next move?
@jriesmeier and @offis-jas, okay. I worked around the issue in conan-center-index as you can see in the linked commits above.
Steps to reproduce * Unzip [example.zip](https://github.com/microsoft/vcpkg/files/14849841/example.zip) * execute the following commands: ``` cd example git clone https://github.com/microsoft/vcpkg.git cmake --preset=windows-debug cmake --build build ``` In a separate terminal run a `dbus-daemon`:...
Thanks @memsharded for the comprehensive answer, and #13930 does look interesting. Looking forward to it, regardless of the release that it will be included in!
Also, the jitter option does not support variable expansion. That would be nice to have.