Formatting of CMakeLists made consistent with other CMakeLists files.

pull/541/head
Azdul 6 years ago committed by Bret Curtis
parent 6d8215ecb6
commit 32013d35f2

@ -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…
Cancel
Save