Skip to content

Android: use the current cmake executable in ECMAndroidDepolyQt.cmake

Alexander Neundorf requested to merge work/neundorf/UseCMAKE_COMMAND into master

By using ${CMAKE_COMMAND} we make sure the current cmake is used, instead of relying that some cmake can be found in the path

Merge request reports