mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-29 01:46:38 +00:00
* 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.