#1371 Removed dependency on opm-parser

This commit is contained in:
Magne Sjaastad
2017-04-03 21:07:04 +02:00
parent c5ecc19516
commit e1ca217422
4 changed files with 0 additions and 20 deletions

View File

@@ -202,13 +202,10 @@ endif(RESINSIGHT_ERT_EXTERNAL_LIB_ROOT OR RESINSIGHT_ERT_EXTERNAL_INCLUDE_ROOT)
# Opm
################################################################################
add_subdirectory(ThirdParty/custom-opm-parser)
add_subdirectory(ThirdParty/custom-opm-parser/custom-opm-parser-tests)
add_subdirectory(ThirdParty/custom-opm-flowdiagnostics)
add_subdirectory(ThirdParty/custom-opm-flowdiag-app)
list(APPEND OPM_LIBRARIES
custom-opm-parser
custom-opm-flowdiagnostics
custom-opm-flowdiag-app
)
@@ -218,11 +215,6 @@ set_property(TARGET
PROPERTY FOLDER "Thirdparty/OPM"
)
set_property(TARGET
opm-parser-tests
PROPERTY FOLDER "Thirdparty/OPM"
)
################################################################################
# NRLib
################################################################################