From 86b46735396e9fcc871e0f02327415cb4bfcc40a Mon Sep 17 00:00:00 2001 From: Phillip Andrews Date: Sun, 13 Nov 2016 16:43:07 -0600 Subject: [PATCH] Removed math constants in openmw-cs, which are apparently not going to be used --- apps/opencs/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/opencs/CMakeLists.txt b/apps/opencs/CMakeLists.txt index c5f18656c..6e5b7b7c9 100644 --- a/apps/opencs/CMakeLists.txt +++ b/apps/opencs/CMakeLists.txt @@ -230,7 +230,6 @@ if (MSVC) if (CMAKE_CL_64) set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} /bigobj") endif (CMAKE_CL_64) - add_definitions("-D_USE_MATH_DEFINES") target_link_libraries(openmw-cs imm32.lib winmm.lib version.lib) endif (MSVC)