[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
This commit is contained in:
ChenHengming
2015-08-13 00:55:11 +00:00
parent f55bf2c9bb
commit 122379210a

View File

@@ -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)