Eran

Results 7 comments of Eran

Hi @autoantwort Thanks! May I ask what prompted you to make this change, though? Did it not work? The `CMAKE_CXX_STANDARD` no longer being there and therefore perhaps going awry in...

> I use the most recent apple clang version ... I think, as of clang 16, `c++17` is the minimum so specifying c++14 probably generates your error. This is a...

Looks like newer code in rsutils requires C++14. Testing offline...

Hi @rurban Thanks. > This is needed on C++17 compilers You mean the compiler makes this into an error? Can you clarify? Which compiler? Can you add the message it...

Can we explain what the problem was? D457 MIPI devices were recognized before even without all the work done on `backend_device_group` etc. - so what kept us from recognizing D457...

> @maloel do you feel this is still relevant? I think it needs re-examining: much of this code has completely changed. I know of no current issue and this PR...

Hi @mprat Thanks for the PR! Question, just based on a really quick look: `PROJECT_SOURCE_DIR` is the source directory of the most recent `project()` command. So, for example, in a...