From 4be32969f1f171a4fb0642794572b905720a6a2d Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Thu, 7 Sep 2017 10:47:26 +0200 Subject: [PATCH] AppFwk : Linux fix : Add linking of thread library --- .../cafUserInterface/cafUserInterface_UnitTests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Fwk/AppFwk/cafUserInterface/cafUserInterface_UnitTests/CMakeLists.txt b/Fwk/AppFwk/cafUserInterface/cafUserInterface_UnitTests/CMakeLists.txt index beaa8685a6..3c88184c5c 100644 --- a/Fwk/AppFwk/cafUserInterface/cafUserInterface_UnitTests/CMakeLists.txt +++ b/Fwk/AppFwk/cafUserInterface/cafUserInterface_UnitTests/CMakeLists.txt @@ -44,6 +44,7 @@ target_link_libraries ( ${PROJECT_NAME} cafPdmXml cafUserInterface ${QT_LIBRARIES} + ${THREAD_LIBRARY} ) # Copy Qt Dlls