1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-07 12:54:00 +00:00

Removed math constants in openmw-cs, which are apparently not going to be used

This commit is contained in:
Phillip Andrews 2016-11-13 16:43:07 -06:00
parent a1225ff4ec
commit 86b4673539

View File

@ -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)