From 32013d35f213b0b13577a1379f89243345b83c34 Mon Sep 17 00:00:00 2001 From: Azdul Date: Mon, 21 Jan 2019 20:58:24 +0100 Subject: [PATCH] Formatting of CMakeLists made consistent with other CMakeLists files. --- apps/openmw_test_suite/CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/openmw_test_suite/CMakeLists.txt b/apps/openmw_test_suite/CMakeLists.txt index e8b30815bd..9070528827 100644 --- a/apps/openmw_test_suite/CMakeLists.txt +++ b/apps/openmw_test_suite/CMakeLists.txt @@ -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()