Skip to content
Snippets Groups Projects
Commit 1a711b3f authored by brad kittenbrink's avatar brad kittenbrink
Browse files

"Fix" for linux link errors due to library ordering problems on the linker command line.

parent d1c365e7
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,6 @@ target_link_libraries(llupdaterservice ...@@ -49,7 +49,6 @@ target_link_libraries(llupdaterservice
${LLMESSAGE_LIBRARIES} ${LLMESSAGE_LIBRARIES}
${LLPLUGIN_LIBRARIES} ${LLPLUGIN_LIBRARIES}
${LLVFS_LIBRARIES} ${LLVFS_LIBRARIES}
${CURL_LIBRARIES}
) )
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