openlierox: don't overwrote CMAKE_BUILD_TYPE

This commit is contained in:
Đoàn Trần Công Danh 2021-03-27 14:18:34 +07:00
parent d56662ea7c
commit 34ea9f027d

View file

@ -0,0 +1,17 @@
Index: CMakeOlxCommon.cmake
===================================================================
--- CMakeOlxCommon.cmake.orig
+++ CMakeOlxCommon.cmake
@@ -36,12 +36,6 @@ OPTION(BREAKPAD "Google Breakpad support
OPTION(DISABLE_JOYSTICK "Disable joystick support" No)
OPTION(MINGW_CROSS_COMPILE "Cross-compile Windows .EXE using i686-w64-mingw32-gcc compiler" No)
-IF (DEBUG)
- SET(CMAKE_BUILD_TYPE Debug)
-ELSE (DEBUG)
- SET(CMAKE_BUILD_TYPE Release)
-ENDIF (DEBUG)
-
IF (DEDICATED_ONLY)
SET(X11 No)
SET(WITH_G15 No)