9266d4817d Android: Allow custom compilers with NDK Acked-by: Kitware Robot <[email protected]> Merge-request: !11199
@@ -1,2 +1,5 @@
+if(CMAKE_C_COMPILER)
+ return()
+endif()
include(Platform/Android/Determine-Compiler)
__android_determine_compiler(C)
+if(CMAKE_CXX_COMPILER)
__android_determine_compiler(CXX)