diff --git a/indra/cmake/Boost.cmake b/indra/cmake/Boost.cmake index 6bc9e6117..17642dbaa 100644 --- a/indra/cmake/Boost.cmake +++ b/indra/cmake/Boost.cmake @@ -30,10 +30,12 @@ else (STANDALONE) set(Boost_PROGRAM_OPTIONS_LIBRARY boost_program_options) set(Boost_REGEX_LIBRARY boost_regex) set(Boost_SYSTEM_LIBRARY boost_system) + set(Boost_DATE_TIME_LIBRARY boost_date_time-mt) elseif (LINUX) set(Boost_FILESYSTEM_LIBRARY boost_filesystem-mt) set(Boost_PROGRAM_OPTIONS_LIBRARY boost_program_options-mt) set(Boost_REGEX_LIBRARY boost_regex-mt) set(Boost_SYSTEM_LIBRARY boost_system-mt) + set(Boost_DATE_TIME_LIBRARY boost_date_time-mt) endif (WINDOWS) endif (STANDALONE) diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 58da1cacc..ed00a0a12 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1567,6 +1567,7 @@ target_link_libraries(${VIEWER_BINARY_NAME} ${Boost_PROGRAM_OPTIONS_LIBRARY} ${Boost_REGEX_LIBRARY} ${Boost_SYSTEM_LIBRARY} + ${Boost_DATE_TIME_LIBRARY} ${DBUSGLIB_LIBRARIES} ${OPENGL_LIBRARIES} ${FMODWRAPPER_LIBRARY} # must come after LLAudio