Skip to content

Commit

Permalink
switch to natdev branch in build-cmtk.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis authored Aug 9, 2024
1 parent bcfbd81 commit 243d6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-cmtk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e
# check to see if cmtk install folder is empty
if [ ! -d "$HOME/usr/local/bin" ]; then
mkdir -p $HOME/src && cd $HOME/src
git clone --depth 50 https://github.com/jefferis/cmtk
git clone --depth 50 https://github.com/jefferis/cmtk@natdev
cd cmtk/core && mkdir build && cd build && cmake .. && make DESTDIR=$HOME/ all install
else
echo 'Using cached $HOME/usr/local directory.';
Expand Down

0 comments on commit 243d6cd

Please sign in to comment.