Skip to content

Commit

Permalink
update for qdec no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
rd521 committed Sep 27, 2021
1 parent 01d7db0 commit 615cda9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions scripts/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 9/2021 - per Doug, no longer install qdec binary from ./tktools.
# Add/install qdec script here in order to echo qdec no longer supported.

install_configured(
annot2std
aparc2feat
Expand Down Expand Up @@ -178,6 +181,7 @@ install_configured(
polyorder
print_unique_labels.csh
progressbar.tcl
qdec
rbbr
rcbf-prep
rebuild_gca_atlas.csh
Expand Down
4 changes: 3 additions & 1 deletion tktools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ project(tktools)
# Eventually these programs can be completely deprecated, but for now
# we have to option to install precompiled binaries in linux distributions.

# 9/2021 - per Doug, no longer install qdec binary (from here).
# Added install of ./scripts/qdec which echoes qdec no longer supported.

if(NOT APPLE)

install_symlinks(
qdec
tkmedit
tkregister2
tksurfer
Expand Down

0 comments on commit 615cda9

Please sign in to comment.