From da08898f21b419f9100b26a340ca79265d6f3eb2 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Tue, 20 Aug 2024 21:43:00 -0400 Subject: [PATCH] COMP: Bump ITKTotalVariation remote module CMake fixes to address CMake IMPORTED target: The link interface of target "proxTV" contains: OpenMP::OpenMP_CXX but the target was not found. Possible reasons include: * There is a typo in the target name. * A find_package call is missing for an IMPORTED target. * An ALIAS target is missing. --- Modules/Remote/TotalVariation.remote.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Remote/TotalVariation.remote.cmake b/Modules/Remote/TotalVariation.remote.cmake index 3b845b1b6fc..ad260b6abcd 100644 --- a/Modules/Remote/TotalVariation.remote.cmake +++ b/Modules/Remote/TotalVariation.remote.cmake @@ -52,5 +52,5 @@ https://github.com/albarji/proxTV " MODULE_COMPLIANCE_LEVEL 2 GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKTotalVariation.git - GIT_TAG b615ce13394fb5fb16bf8abc2390f5dab73ac27e + GIT_TAG 0b4f9450f7c98b8db6dee5990bbd9be5d6e6c4d2 )