mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 03:40:14 +00:00
Fix comparison in cmake
This commit is contained in:
parent
fb1f8082d2
commit
e862b6b5a5
@ -23,7 +23,7 @@ set (OPENMW_VERSION "${OPENMW_VERSION_MAJOR}.${OPENMW_VERSION_MINOR}.${OPENMW_VE
|
|||||||
# Debug suffix for plugins
|
# Debug suffix for plugins
|
||||||
set(DEBUG_SUFFIX "")
|
set(DEBUG_SUFFIX "")
|
||||||
if (DEFINED CMAKE_BUILD_TYPE)
|
if (DEFINED CMAKE_BUILD_TYPE)
|
||||||
if (${CMAKE_BUILD_TYPE} STREQUAL "Debug")
|
if (CMAKE_BUILD_TYPE STREQUAL "Debug")
|
||||||
set(DEBUG_SUFFIX "_d")
|
set(DEBUG_SUFFIX "_d")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user