Displaying 2 results from an estimated 2 matches for "findthread".
Did you mean:
findthreads
2020 Sep 25
2
Unifying CMake variable names used in checks across subprojects
...tion and a modern way to use CMake. I'm not sure if we can get to a single interface target since different runtimes have different requirements. I was assuming that we would have one interface target per dependency and use the existing CMake support where it already exists, for example use the FindThreads module to handle pthreads.
>
> I mostly want to ensure that we're not letting the perfect be the enemy of the good. We've been talking about more major CMake refactorings for some time, but we haven't made much progress so far, partially because nobody has a clear idea what the...
2020 Sep 22
2
Unifying CMake variable names used in checks across subprojects
> On Sep 22, 2020, at 15:28, Eric Christopher <echristo at gmail.com> wrote:
>
> From the "not largely affected" camp:
>
> - the churn doesn't feel that major for HAS_ and ...
> - the uniformity feels nice
>
> and in general feels nice and in pursuit of the longer term goals here.
>
> -eric
>
> On Tue, Sep 22, 2020 at 11:58 AM Petr