Brad King
Brad King
@bartlettroscoe that may work, but I think only experience will tell for sure. Note that `add_compile_options` only adds directory-level settings that apply to targets in that directory, but do not...
> So the only way to get compiler options to propagate to downstream targets is to use `target_compile_options( ... )` which sets the target-level property `INTERFACE_COMPILE_OPTIONS`? Yes. > `__FLAGS`: ......
Oops. CastXML/CastXML#265 fixes that. Try release 0.6.8 instead.
I also built Windows Terminal from source and ran `git bisect`. The behavior change was introduced by #16916.
@DHowett thanks for the explanation! I mainly wanted to make sure this was not unintended, and if the change is intentional then I'm fine with closing this. In my real...
I've updated our test suite to avoid reading back from the console, so the behavior change in `ReadConsoleOutputCharacterW` no longer affects us. Since the change was known and intentional, I'll...
> not sure how to disable the GTest libraries in an installed ITK. One needs to make sure nothing depends on them publicly. Then they shouldn't need to be installed.
Off the top of my head I don't see why `TEST_DEPENDS` in the build tree should affect requirements in the install tree, at least conceptually.
When this is blocking, has the child process exited? There is supposed to be a SIGCHLD handler that writes one byte to a pipe on which `select` is waiting. It's...
I wonder if TSan is affecting which thread gets the signal delivery, and whether the handler runs.