From 3839ef806215a981ef9b2e83dafaab5e1d694764 Mon Sep 17 00:00:00 2001
From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期二, 11 四月 2017 16:22:31 +0800
Subject: [PATCH] detect only develop finished

---
 VisitFace/RtspNativeCodec/app/.externalNativeBuild/cmake/release/x86/cmake_install.cmake |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/VisitFace/RtspNativeCodec/app/.externalNativeBuild/cmake/release/x86/cmake_install.cmake b/VisitFace/RtspNativeCodec/app/.externalNativeBuild/cmake/release/x86/cmake_install.cmake
index fcad0a2..13d5aed 100644
--- a/VisitFace/RtspNativeCodec/app/.externalNativeBuild/cmake/release/x86/cmake_install.cmake
+++ b/VisitFace/RtspNativeCodec/app/.externalNativeBuild/cmake/release/x86/cmake_install.cmake
@@ -12,7 +12,7 @@
     string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
            CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
   else()
-    set(CMAKE_INSTALL_CONFIG_NAME "Release")
+    set(CMAKE_INSTALL_CONFIG_NAME "Debug")
   endif()
   message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
 endif()

--
Gitblit v1.8.0