Hi Michael,
On 10/18/22 5:47 PM, Michael Matthews wrote:
Hey Ryan,
I went ahead and ran that cmake trace and it did produce something
interesting. I seems that two cmake policies are not set and both have
the behavior to not throw warnings by default. The offending policies are:
- CMP0060
- CMP0082
Those are nothing to be concerned about.
...
PS.
The trace output I received is below:
...
I don't actually see anything new in the trace, so I suspect it didn't
work. Probably it's not loading that file from that exact path (maybe
/usr/lib -> /lib would work?). Here's the option that should definitely
work, although it will also produce much more than we need:
cmake .. --trace-expand
Cheers,
Ryan