Skip to content

Commit

Permalink
Fix diff
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Feb 22, 2024
2 parents 5800deb + 3432bd6 commit 8ae2a08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion scripts/dependency_install_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ fi

LD_LIBRARY_PATH="$DATAFED_DEPENDENCIES_INSTALL_PATH/lib:$LD_LIBRARY_PATH"


install_cmake() {
if [ ! -e ".cmake_installed-${DATAFED_CMAKE_VERSION}" ]; then
wget https://github.com/Kitware/CMake/releases/download/v${DATAFED_CMAKE_VERSION}/cmake-${DATAFED_CMAKE_VERSION}-Linux-x86_64.tar.gz
Expand Down
1 change: 1 addition & 0 deletions scripts/dependency_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ DATAFED_LIBZMQ_VERSION="4.3.4"
DATAFED_LIB_LIBZMQ_VERSION="5.2.4"
DATAFED_NVM_VERSION="v0.39.7"
DATAFED_NODE_VERSION="v14.21.3"
DATAFED_NVM_VERSION="v0.39.7"
# Git tag
DATAFED_PROTOBUF_VERSION="25.2"
# Dynamic library extension .so.{DATAFED_FULL_PROTOBUF_VERSION}
Expand Down

0 comments on commit 8ae2a08

Please sign in to comment.