Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CusiniM committed Jun 20, 2024
1 parent 6c6d062 commit 2041232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/setupLC-TPL-helper.bash
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ GET_A_NODE=$5

if [[ ${MACHINE} == "ruby" ||\
${MACHINE} == "dane" ]]; then
CMAKE_VERSION=cmake/3.26.3 &&
CMAKE_VERSION=cmake/3.26.3
elif [[ ${MACHINE} == "lassen" ]]; then
CMAKE_VERSION=cmake/3.29.2 &&
CMAKE_VERSION=cmake/3.29.2
fi

## Eat up the command line arguments so the rest can be forwarded to config-build.
Expand Down

0 comments on commit 2041232

Please sign in to comment.