GeoMechData lib needs USE_ODB_API define

This commit is contained in:
Jacob Støren 2015-05-07 09:57:17 +02:00
parent 27dcd80bfd
commit 41b0847041

View File

@ -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
#############################################################################