#2313 Improve cmake tooltip text and mark as advanced

This commit is contained in:
Magne Sjaastad
2018-01-05 14:21:02 +01:00
parent e6c96a3beb
commit 1df20d1b10
3 changed files with 12 additions and 6 deletions

View File

@@ -169,7 +169,7 @@ add_subdirectory(ResultStatisticsCache)
#
# Odb api
#
set(RESINSIGHT_ODB_API_DIR "" CACHE PATH "Path to the ODB api from Simulia")
set(RESINSIGHT_ODB_API_DIR "" CACHE PATH "Optional path to the ABAQUS ODB API from Simulia. Needed for support of geomechanical models")
if(NOT ${RESINSIGHT_ODB_API_DIR} EQUAL "")
add_definitions(-DUSE_ODB_API)
add_subdirectory(GeoMech/OdbReader)