mirror of https://github.com/FreeRDP/FreeRDP
Fixed typo in config options for android.
This commit is contained in:
parent
d8db198a51
commit
135ba71c46
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue