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.
2 parents ee67d98 + 697cdcb commit 25d3162Copy full SHA for 25d3162
CMake/ITKModuleTest.cmake
@@ -153,14 +153,6 @@ function(itk_python_add_test)
153
else()
154
set(itk_wrap_python_binary_dir "${ITK_BINARY_DIR}/Wrapping/Generators/Python")
155
endif()
156
- # itk_wrap_python_binary_dir *MUST* contain the WrapITK.pth file
157
- # Final installed version of ITK will leverage the WrapITK.pth paths, so
158
- # the test environment should also use those same paths.
159
- set(WrapITK_PTH_FILE "${itk_wrap_python_binary_dir}/WrapITK.pth")
160
- if(NOT EXISTS ${WrapITK_PTH_FILE})
161
- message(FATAL_ERROR "${WrapITK_PTH_FILE} must exist.")
162
- endif()
163
- unset(WrapITK_PTH_FILE)
164
165
itk_add_test(
166
NAME
0 commit comments