PREFER_BUNDLED_LIBS=ON
) other than a source of hints for find_library
find_library
callis_bundled(SDL2_BUNDLED "${SDL2_LIBRARIES}")
looks weird, is_bundled
only takes a single path and ${SDL2_LIBRARIES}
sounds like it could contain multiple, (but with the current code it can't, so it works)HDIUTIL
seems to be what it needs on machdiutil
is always installed on mac systemsHDIUTIL
HDIUTIL_FOUND
is checked, but it is not set anywhere)