Skip to content

Commit

Permalink
Merge pull request #704 from MassimoPetracca/fix-cmake-steeldrc
Browse files Browse the repository at this point in the history
Update CMakeLists.txt for SteelDRC (Cmake build failed due to name mismatch)
  • Loading branch information
mhscott committed Nov 2, 2021
2 parents 0a61be7 + 0d1a875 commit 505dc03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SRC/material/uniaxial/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ target_sources(OPS_Material
ResilienceLow.cpp
Steel2.cpp
SteelMPF.cpp
SteelDRF.cpp
SteelDRC.cpp
UVCuniaxial.cpp
UniaxialMaterial.cpp
#TclDegradingUniaxial.cpp
Expand Down Expand Up @@ -68,7 +68,7 @@ target_sources(OPS_Material
ResilienceLow.h
Steel2.h
SteelMPF.h
SteelDRF.h
SteelDRC.h
UVCuniaxial.h
UniaxialMaterial.h
)
Expand Down

0 comments on commit 505dc03

Please sign in to comment.