Skip to content

Commit

Permalink
Merge branch 'dmglib' of github.com:claudioperez/OpenSees into dmglib
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioperez committed Aug 23, 2021
2 parents c9dfb38 + 8aab12b commit a45d3ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ endif()
#----------------------------
# Reliability
#----------------------------
if (OPS_Use_Reliability)
if ("OPS_Reliability" IN_LIST OPS_Extension_List)
add_compile_definitions(_RELIABILITY)
target_link_libraries(${OPS_FINAL_TARGET} OPS_Reliability)
endif()
Expand Down
4 changes: 0 additions & 4 deletions Conf.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ option(FMK

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


option(OPS_Use_Graphics
"Include graphics" OFF)

Expand Down

0 comments on commit a45d3ab

Please sign in to comment.