Skip to content
Snippets Groups Projects
Commit d8ce2ec0 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

MAINT-2389: Tell CMake viewer_components/login depends on Boost.Context

This addresses a Linux link failure due to the Linux linker making a single
left-to-right pass through libraries.
parent 54e2d2b0
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ endif(LL_TESTS) ...@@ -9,6 +9,7 @@ endif(LL_TESTS)
include(LLCommon) include(LLCommon)
include(LLMath) include(LLMath)
include(LLXML) include(LLXML)
include(Boost)
include_directories( include_directories(
${LLCOMMON_INCLUDE_DIRS} ${LLCOMMON_INCLUDE_DIRS}
...@@ -40,6 +41,7 @@ target_link_libraries(lllogin ...@@ -40,6 +41,7 @@ target_link_libraries(lllogin
${LLCOMMON_LIBRARIES} ${LLCOMMON_LIBRARIES}
${LLMATH_LIBRARIES} ${LLMATH_LIBRARIES}
${LLXML_LIBRARIES} ${LLXML_LIBRARIES}
${BOOST_CONTEXT_LIBRARY}
) )
if(LL_TESTS) if(LL_TESTS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment