Skip to content

Commit

Permalink
COMP: Bump ITKTotalVariation remote module
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
thewtex authored and dzenanz committed Aug 21, 2024
1 parent 9b7d005 commit da08898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Remote/TotalVariation.remote.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit da08898

Please sign in to comment.