freebsd-ports/science/InsightToolkit/files/patch-CMake_ITKModuleTest.cmake
Yuri Victorovich 84e966ab78 science/InsightToolkit: Update 5.2.1 -> 5.3rc04
Also include most remote modules.
2022-11-18 18:05:11 -08:00

10 lines
379 B
CMake

--- CMake/ITKModuleTest.cmake.orig 2022-11-17 05:24:11 UTC
+++ CMake/ITKModuleTest.cmake
@@ -193,6 +193,7 @@ endfunction()
function(CreateGoogleTestDriver KIT KIT_LIBS KitTests)
set(exe "${KIT}GTestDriver")
+ find_package(GTest)
add_executable(${exe} ${KitTests})
target_link_libraries(${exe} ${KIT_LIBS} GTest::GTest GTest::Main)
itk_module_target_label(${exe})