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:
parent
1a19253158
commit
cfe81bafe8
@ -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
|
||||
)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user