Skip to content

Commit

Permalink
Merge pull request #321 from yisangriB/updating_smelt2
Browse files Browse the repository at this point in the history
important update to smelt cmake (install was missing)
  • Loading branch information
fmckenna authored Sep 18, 2024
2 parents 68522e6 + d3c350b commit 5c08650
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/createEVENT/stochasticGroundMotion/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ include_directories(../common/smelt)
target_link_libraries (StochasticGM CONAN_PKG::kissfft smelt)

set_property(TARGET StochasticGM PROPERTY CXX_STANDARD 17)

install(TARGETS StochasticGM DESTINATION ${PROJECT_SOURCE_DIR}/applications/createEVENT/stochasticGroundMotion)
2 changes: 2 additions & 0 deletions modules/createEVENT/stochasticWind/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ target_link_libraries (StochasticWind CONAN_PKG::kissfft smelt common)

set_property(TARGET StochasticWind PROPERTY CXX_STANDARD 17)


install(TARGETS StochasticWind DESTINATION ${PROJECT_SOURCE_DIR}/applications/createEVENT/stochasticWind)

0 comments on commit 5c08650

Please sign in to comment.