Skip to content

Commit

Permalink
ENH: Update SCIFIO to latest revision (2017.01.17)
Browse files Browse the repository at this point in the history
Francois Budin (4):
      BUG: Remove CMAKE_INSTALL_PREFIX from install directory
      ENH: Improve usage of JAVA_HOME and SCIFIO_PATH environment variables
      ENH: Uses https instead of http to download jre and *.jars
      ENH: Remove extra slash (or backslash) in paths to facilitate concatenation

Matt McCormick (3):
      Merge pull request InsightSoftwareConsortium#31 from fbudin69500/remove_CMAKE_INSTALL_PREFIX
      Merge pull request InsightSoftwareConsortium#32 from fbudin69500/ENH_Uses_https_to_download_jre_and_jars
      Merge pull request InsightSoftwareConsortium#33 from fbudin69500/Improve_Path_handling

Change-Id: I407603553947c5c88e0c29b6db4f3990217b6936
  • Loading branch information
fbudin69500 committed Jan 17, 2017
1 parent 862bea7 commit 02fbcf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Remote/SCIFIO.remote.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
itk_fetch_module(SCIFIO
"SCIFIO (Bioformats) ImageIO plugin for ITK"
GIT_REPOSITORY ${git_protocol}://github.com/scifio/scifio-imageio.git
GIT_TAG 233880a49125afdd980bb8d7ca511cb08aab8dd8
GIT_TAG 4391143cbf7696dad5c8a15d52dbc46daafe7aaa
)

0 comments on commit 02fbcf8

Please sign in to comment.