Fixed typo in config options for android.

This commit is contained in:
Armin Novak 2013-09-17 16:09:45 +02:00
parent d8db198a51
commit 135ba71c46
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
# limitations under the License.
set(JAVA_DEBUG_DEFAULT "off")
if("${CMAKE_BUILD_TYPE STREQUAL "Debug")
if("${CMAKE_BUILD_TYPE}" STREQUAL "Debug")
set(JAVA_DEBUG_DEFAULT "on")
endif()