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 2579a81 commit 0a76593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setupLC-TPL.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GEOS_DIR=$1
INSTALL_DIR=$2

if [[ ${LCSCHEDCLUSTER} == "ruby" ||\
${LCSCHEDCLUSTER} == "dane" ||\ ]]; then
${LCSCHEDCLUSTER} == "dane" ]]; then
CMAKE_VERSION="3.26.3"
elif [[ ${LCSCHEDCLUSTER} == "lassen" ]]; then
CMAKE_VERSION="3.29.2"
Expand Down

0 comments on commit 0a76593

Please sign in to comment.