We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d41291 commit 2b831c4Copy full SHA for 2b831c4
itk-module.cmake
@@ -10,10 +10,6 @@ file(READ "${MY_CURRENT_DIR}/README.rst" DOCUMENTATION)
10
# By convention those modules outside of ITK are not prefixed with
11
# ITK.
12
13
-if( NOT "${ITK_VERSION_MAJOR}.${ITK_VERSION_MINOR}" VERSION_LESS "4.13" )
14
- set(_GoogleTest_DEPENDS ITKGoogleTest)
15
-endif()
16
-
17
# define the dependencies of the include module and the tests
18
itk_module(TextureFeatures
19
DEPENDS
@@ -26,7 +22,7 @@ itk_module(TextureFeatures
26
22
ITKMetaIO
27
23
ITKImageIntensity
28
24
ITKImageNoise
29
- ${_GoogleTest_DEPENDS}
25
+ ITKGoogleTest
30
DESCRIPTION
31
"${DOCUMENTATION}"
32
EXCLUDE_FROM_DEFAULT
0 commit comments