Remove unnecessary BOOST_LOG_DYN_LINK definition

libloot hasn't used Boost.Log for a long time.
This commit is contained in:
Oliver Hamlet
2021-03-11 19:21:06 +00:00
parent a2eff96e6c
commit 1e2391dfb3
-4
View File
@@ -49,10 +49,6 @@ ELSE()
set (Boost_USE_STATIC_RUNTIME OFF)
ENDIF()
IF (NOT Boost_USE_STATIC_LIBS)
add_definitions(-DBOOST_LOG_DYN_LINK)
ENDIF ()
IF (CMAKE_SYSTEM_NAME MATCHES "Windows")
IF ("${CMAKE_GENERATOR_PLATFORM}" MATCHES "Win32")
set(RUST_TARGET i686-pc-windows-msvc)