File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ 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.12 " )
13+ if ( NOT "${ITK_VERSION_MAJOR} .${ITK_VERSION_MINOR} " VERSION_LESS "4.13 " )
1414 set (_GoogleTest_DEPENDS ITKGoogleTest)
1515endif ()
1616
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ itk_add_test(NAME itkFirstOrderTextureFeaturesImageFilterTest1
251251 5
252252 )
253253
254- if ( NOT "${ITK_VERSION_MAJOR} .${ITK_VERSION_MINOR} " VERSION_LESS "4.12 " )
254+ if ( NOT "${ITK_VERSION_MAJOR} .${ITK_VERSION_MINOR} " VERSION_LESS "4.13 " )
255255 set (TextureFeaturesGTests
256256 itkFirstOrderTextureFeaturesImageFilterGTest.cxx
257257 )
You can’t perform that action at this time.
0 commit comments