mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-08 03:28:15 +03: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:
parent
1a19253158
commit
cfe81bafe8
2 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue