Skip to content

Commit 2b831c4

Browse files
committed
ENH: This code no longer supports ITK 4.13
1 parent 5d41291 commit 2b831c4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

itk-module.cmake

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ file(READ "${MY_CURRENT_DIR}/README.rst" DOCUMENTATION)
1010
# By convention those modules outside of ITK are not prefixed with
1111
# ITK.
1212

13-
if( NOT "${ITK_VERSION_MAJOR}.${ITK_VERSION_MINOR}" VERSION_LESS "4.13" )
14-
set(_GoogleTest_DEPENDS ITKGoogleTest)
15-
endif()
16-
1713
# define the dependencies of the include module and the tests
1814
itk_module(TextureFeatures
1915
DEPENDS
@@ -26,7 +22,7 @@ itk_module(TextureFeatures
2622
ITKMetaIO
2723
ITKImageIntensity
2824
ITKImageNoise
29-
${_GoogleTest_DEPENDS}
25+
ITKGoogleTest
3026
DESCRIPTION
3127
"${DOCUMENTATION}"
3228
EXCLUDE_FROM_DEFAULT

0 commit comments

Comments
 (0)