Browse Source

Merge pull request #361 from kariem2k/next

Next
Sean Paul Taylor 13 năm trước cách đây
mục cha
commit
100d86c264
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -6,7 +6,7 @@ set(GAMEPLAY_VERSION 1.5.0)
 
 # debug
 message( "CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}" )
-if( ${CMAKE_BUILD_TYPE} STREQUAL "DEBUG" )
+if( "${CMAKE_BUILD_TYPE}" STREQUAL "DEBUG" )
     add_definitions(-D_DEBUG)
 endif()