Skip to content

Commit 8e6824c

Browse files
committed
minor review comments
1 parent 5af0aae commit 8e6824c

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

SuperBuild/External_Gadgetron.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ endif()
9090

9191
# disable Gadgetron GPU code
9292
set (${proj}_USE_CUDA OFF)
93-
# TODO enable it once bug fixed
93+
# TODO enable after https://github.com/gadgetron/gadgetron/issues/1231
9494
#if (USE_CUDA)
9595
# option(${proj}_USE_CUDA "Enable ${proj} CUDA" ${USE_CUDA})
9696
#else()

VirtualBox/scripts/INSTALL_CMake.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ else
1616
INSTALL_LOC=$1
1717
fi
1818
# default version, but can be set externally
19-
: ${ver=3.21.3}
19+
: ${ver=3.29.6}
2020

2121
echo "Downloading CMake $ver in /tmp"
2222
cd /tmp

docker/build_essential-ubuntu.sh

-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ pushd /usr/local
2626
tar xzf $INSTALL_DIR/cmake.tgz --strip 1
2727
popd
2828
rm cmake.tgz
29-
ln -s cmake-*x86_64 cmake || true
30-
export PATH="$PWD/cmake/bin:$PATH"
3129

3230
# ccache
3331
mkdir -p bin

0 commit comments

Comments
 (0)