mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
GeoMechData lib needs USE_ODB_API define
This commit is contained in:
parent
27dcd80bfd
commit
41b0847041
@ -101,8 +101,6 @@ list( APPEND CPP_SOURCES
|
||||
|
||||
add_subdirectory(WellPathImportSsihub)
|
||||
|
||||
add_subdirectory(GeoMech/GeoMechDataModel)
|
||||
|
||||
#
|
||||
# Odb api
|
||||
#
|
||||
@ -112,7 +110,9 @@ if(NOT ${RESINSIGHT_ODB_API_DIR} EQUAL "")
|
||||
add_subdirectory(GeoMech/OdbReader)
|
||||
SET(RESINSIGHT_USE_ODB_API 1)
|
||||
endif()
|
||||
|
||||
|
||||
add_subdirectory(GeoMech/GeoMechDataModel)
|
||||
|
||||
#############################################################################
|
||||
# Qt specifics: Moc, ui, resources
|
||||
#############################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user