From 122379210a65fc80ddadc892fa9852bf73f7e2bf Mon Sep 17 00:00:00 2001 From: ChenHengming Date: Thu, 13 Aug 2015 00:55:11 +0000 Subject: [PATCH] [cmake]: remove multibyte " in CMakeList.txt git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@91 6e48237b-75ef-9749-8fc9-41990f28c85a --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bf63a172..a1e8e0f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ include(CheckCXXCompilerFlag) # ---------------------------------------------------------------------------- # add debug define in project # ---------------------------------------------------------------------------- -if(NOT $(CMAKE_BUILD_TYPE) MATCHES “Release”) +if(NOT $(CMAKE_BUILD_TYPE) MATCHES "Release") option(RK_DEBUG "Enable run-time debug mode(debugging)" ON) if(RK_DEBUG) add_definitions(-DRK_DEBUG)