mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-07 01:52:46 +08:00
[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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user