mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Remove unnecessary BOOST_LOG_DYN_LINK definition
libloot hasn't used Boost.Log for a long time.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user