mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1371 Removed dependency on opm-parser
This commit is contained in:
@@ -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
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user