On 09/06/2021 00:28, Ron Economos wrote:
It's not looking for sdl2, it's looking for sdl1.2.

If you're using a version of CMake greater than 3.17, you can turn on find_package debugging by adding the following to the cmake invocation:

-DCMAKE_FIND_DEBUG_MODE=1

This will give copious output about exactly what and where packages are being searched.

Ron


Thanks Ron,
Just the info I needed, it really helped.

Noted for future use as well!

It was our packaging of SDL that was in the process of being changed that was causing the problem. All sorted now.

Cheers,
Barry


Reply via email to