Skip to content

Commit

Permalink
STYLE: Rename external project from ITKv4 to ITK
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Nov 11, 2018
1 parent 9a4e612 commit 2afb302
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SuperBuild.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ option(BUILD_SHARED_LIBS "Build shared libraries" OFF)
# ${LOCAL_PROJECT_NAME} dependency list
#------------------------------------------------------------------------------

set(${LOCAL_PROJECT_NAME}_DEPENDENCIES ITKv4 SlicerExecutionModel VTK )
set(${LOCAL_PROJECT_NAME}_DEPENDENCIES ITK SlicerExecutionModel VTK )


#-----------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ProjectDependancyPush(CACHED_proj ${proj})
# even if other External_${ExtProjName}.cmake files are sourced by
# SlicerMacroCheckExternalProjectDependency
set(extProjName ITK) #The find_package known name
set(proj ITKv4) #This local name
set(proj ITK) #This local name
set(${extProjName}_REQUIRED_VERSION ${${extProjName}_VERSION_MAJOR}) #If a required version is necessary, then set this, else leave blank

#if(${USE_SYSTEM_${extProjName}})
Expand Down
2 changes: 1 addition & 1 deletion SuperBuild/External_SlicerExecutionModel.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if(DEFINED ${extProjName}_DIR AND NOT EXISTS ${${extProjName}_DIR})
endif()

# Set dependency list
set(${proj}_DEPENDENCIES ITKv4)
set(${proj}_DEPENDENCIES ITK)

SlicerMacroCheckExternalProjectDependency(${proj})

Expand Down

0 comments on commit 2afb302

Please sign in to comment.