mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
6a0dff050c
* cmake's built in platforms/Android.cmake for some reason sets CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH to OFF which prevents any subsequent find_program or find_package from locating any executables in the system PATH. This can break finding java among other things.