mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:53:51 +00:00
fixed redefining macro
This commit is contained in:
parent
0cdb651c5e
commit
a0a086f69d
1 changed files with 0 additions and 2 deletions
|
@ -263,8 +263,6 @@ if (DEFINED CMAKE_BUILD_TYPE)
|
||||||
if (CMAKE_BUILD_TYPE STREQUAL "Debug" AND NOT APPLE)
|
if (CMAKE_BUILD_TYPE STREQUAL "Debug" AND NOT APPLE)
|
||||||
set(DEBUG_SUFFIX "_d")
|
set(DEBUG_SUFFIX "_d")
|
||||||
add_definitions(-DOGRE_PLUGIN_DEBUG_SUFFIX="_d")
|
add_definitions(-DOGRE_PLUGIN_DEBUG_SUFFIX="_d")
|
||||||
else()
|
|
||||||
add_definitions(-DOGRE_PLUGIN_DEBUG_SUFFIX="")
|
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
add_definitions(-DOGRE_PLUGIN_DIR_REL="${OGRE_PLUGIN_DIR_REL}")
|
add_definitions(-DOGRE_PLUGIN_DIR_REL="${OGRE_PLUGIN_DIR_REL}")
|
||||||
|
|
Loading…
Reference in a new issue