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
)