mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 21:49:55 +00:00
small fix in CMakeLists, thx ace13
This commit is contained in:
parent
4659076129
commit
387c84e606
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ if (APPLE)
|
|||
if (${CMAKE_BUILD_TYPE} MATCHES "Release")
|
||||
set(OPENMW_RELEASE_BUILD 1)
|
||||
endif()
|
||||
if (${CMAKE_BUILD_TYPE} MATCHES "Release")
|
||||
if (${CMAKE_BUILD_TYPE} MATCHES "RelWithDebugInfo")
|
||||
set(OPENMW_RELEASE_BUILD 1)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue