#1712 Build System : Add ERT lib to list of third party libs

This commit is contained in:
Magne Sjaastad
2017-07-31 14:08:43 +02:00
parent 59543d1708
commit 8c7bd87050
2 changed files with 4 additions and 2 deletions

View File

@@ -316,8 +316,6 @@ set( LINK_LIBRARIES
${APP_FWK_LIBRARIES}
${VIZ_FWK_LIBRARIES}
${ERT_LIBRARIES}
${THIRD_PARTY_LIBRARIES}
${OPENGL_LIBRARIES}

View File

@@ -139,6 +139,10 @@ else()
endif(RESINSIGHT_ERT_EXTERNAL_LIB_ROOT OR RESINSIGHT_ERT_EXTERNAL_INCLUDE_ROOT)
list(APPEND THIRD_PARTY_LIBRARIES
${ERT_LIBRARIES}
)
################################################################################
# Subset of Boost, used by NRLib and flow diagnostics application