From 6c1ea07a652cd99bfb4c3bea328a937a54af29e1 Mon Sep 17 00:00:00 2001 From: Ruslan Baratov Date: Fri, 24 Jul 2015 00:20:25 +0300 Subject: [PATCH] Fix misprint --- AndroidApk.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AndroidApk.cmake b/AndroidApk.cmake index 6f91cae..b0fa1c0 100644 --- a/AndroidApk.cmake +++ b/AndroidApk.cmake @@ -253,7 +253,7 @@ endfunction() ################################################## function(android_create_apk) - if(XCODE OR MSCV_IDE) + if(XCODE OR MSVC_IDE) message( FATAL_ERROR "Only for single-configuration generators (like 'Unix Makefiles')"