Skip to content

Commit

Permalink
cmp - More polishing of CMake options
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioperez committed Jul 16, 2021
1 parent 9603665 commit 7070e39
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions Conf.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,11 @@ set(OPS_FINAL_TARGET "OpenSeesTcl"
option(FMK
"Special FMK Code" OFF)

# G3 Options
#--------------------------------------
option(G3_Api_OPS_Global
"Compile G3 library with bindings \
to the global OpenSees API" ON)

# Component Libraries
# Optional Extensions
#--------------------------------------
option(OPS_Use_Reliability
"Include reliability" OFF)

option(OPS_Use_Thermal
"Include thermal components" ON)

option(OPS_Use_Graphics
"Include graphics" OFF)
Expand All @@ -58,15 +50,8 @@ option(OPS_MATERIAL_UNIAXIAL_PY
option(OPS_MATERIAL_UNIAXIAL_SNAP
"Include snap material library" OFF)

#==============================================================================
# Properties
#
#==============================================================================
define_property(TARGET
PROPERTY OPS_INTERPRETER_GLOBAL #TODO
BRIEF_DOCS "Include functionality for using global interpreter"
FULL_DOCS "..."
)
option(OPS_Use_Thermal
"Include thermal components" ON)

#==============================================================================
# Select Auxiliary Libraries
Expand Down

0 comments on commit 7070e39

Please sign in to comment.