Skip to content

Commit

Permalink
Fixed compiler warnings, doing a neuroc_release
Browse files Browse the repository at this point in the history
  • Loading branch information
adigherman committed May 18, 2020
1 parent 8edd07b commit 61009b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Package
Package: robex
Version: 1.2.6
Version: 1.2.6.1
Title: Robust Brain Extraction ('ROBEX')
Description: Wrapper for Robust Brain Extraction ('ROBEX') algorithm
<DOI:10.1109/TMI.2011.2138152>. Provides the binary distributions
Expand Down
1 change: 1 addition & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ cd build
# -DCMAKE_INSTALL_PREFIX:PATH="${R_PACKAGE_DIR}/inst/" \

cmake -DITK_DIR:PATH="${ITKDIR}" \
-DCMAKE_CXX_FLAGS=-Wno-inconsistent-missing-override \
-DCMAKE_EXE_LINKER_FLAGS:STRING=-lstdc++ \
-DCMAKE_BUILD_TYPE:STRING="${CMAKE_BUILD_TYPE}" ../../ROBEX
cd ../../
Expand Down

0 comments on commit 61009b0

Please sign in to comment.