mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#790 Fixed ordering of link libraries
This commit is contained in:
parent
7e89fb4b49
commit
fc8116d5fa
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user