1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-06 00:55:50 +00:00

Remove setting CMAKE_BUILD_TYPE to Debug

Setting was causing single-target configurations (ninja, make) to
incorrectly link vs debug runtimes on Windows.
This commit is contained in:
slothlife 2015-02-11 21:46:00 -06:00
parent 1a19253158
commit cfe81bafe8
2 changed files with 0 additions and 3 deletions

View File

@ -4,8 +4,6 @@ set (OPENCS_SRC main.cpp
opencs_units (. editor)
set (CMAKE_BUILD_TYPE DEBUG)
opencs_units (model/doc
document operation saving documentmanager loader runner
)

View File

@ -1,5 +1,4 @@
project (Components)
set (CMAKE_BUILD_TYPE DEBUG)
# Version file
set (VERSION_HPP_IN ${CMAKE_CURRENT_SOURCE_DIR}/version/version.hpp.cmake)