From fc8116d5fa49dbadc04ebccc76887453072d37d7 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Thu, 30 Jun 2016 14:53:38 +0200 Subject: [PATCH] #790 Fixed ordering of link libraries --- ApplicationCode/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ApplicationCode/CMakeLists.txt b/ApplicationCode/CMakeLists.txt index ce1f66c4ae..1ef6b5b057 100644 --- a/ApplicationCode/CMakeLists.txt +++ b/ApplicationCode/CMakeLists.txt @@ -329,6 +329,8 @@ endif() set( LINK_LIBRARIES + custom-opm-parser + WellPathImportSsihub ResultStatisticsCache @@ -336,11 +338,10 @@ set( LINK_LIBRARIES ${APP_FWK_LIBRARIES} ${VIZ_FWK_LIBRARIES} + ${ERT_LIBRARIES} ${ERT_EXTERNAL_LIBRARIES} - custom-opm-parser - NRLib ${OPENGL_LIBRARIES}