mirror of
https://github.com/libretro/mgba.git
synced 2024-11-24 00:20:05 +00:00
All: Force build type to Release if not set
This commit is contained in:
parent
1ee69deffb
commit
e58182c952
@ -26,7 +26,7 @@ include_directories(${CMAKE_SOURCE_DIR}/src/gba)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/src)
|
||||
|
||||
if(NOT CMAKE_BUILD_TYPE)
|
||||
set(CMAKE_BUILD_TYPE Release CACHE STRING "Build type (e.g. Release or Debug)")
|
||||
set(CMAKE_BUILD_TYPE Release CACHE STRING "Build type (e.g. Release or Debug)" FORCE)
|
||||
endif()
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
Loading…
Reference in New Issue
Block a user