mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-01 00:45:32 +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()
|
||||
|
||||
if (MSVC)
|
||||
if (CMAKE_CL_64)
|
||||
# Debug version of openmw_unit_tests needs increased number of sections beyond 2^16
|
||||
# just like openmw and openmw-cs
|
||||
set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} /bigobj")
|
||||
endif (CMAKE_CL_64)
|
||||
if (CMAKE_CL_64)
|
||||
# Debug version of openmw_unit_tests needs increased number of sections beyond 2^16
|
||||
# just like openmw and openmw-cs
|
||||
set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} /bigobj")
|
||||
endif (CMAKE_CL_64)
|
||||
endif (MSVC)
|
||||
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue