mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-05 18:45:34 +00:00
Formatting of CMakeLists made consistent with other CMakeLists files.
This commit is contained in:
parent
6d8215ecb6
commit
32013d35f2
1 changed files with 5 additions and 5 deletions
|
@ -42,11 +42,11 @@ if (GTEST_FOUND AND GMOCK_FOUND)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (MSVC)
|
if (MSVC)
|
||||||
if (CMAKE_CL_64)
|
if (CMAKE_CL_64)
|
||||||
# Debug version of openmw_unit_tests needs increased number of sections beyond 2^16
|
# Debug version of openmw_unit_tests needs increased number of sections beyond 2^16
|
||||||
# just like openmw and openmw-cs
|
# just like openmw and openmw-cs
|
||||||
set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} /bigobj")
|
set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} /bigobj")
|
||||||
endif (CMAKE_CL_64)
|
endif (CMAKE_CL_64)
|
||||||
endif (MSVC)
|
endif (MSVC)
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue