Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COMP: Bump ITKTotalVariation remote module #4813

Merged

Conversation

thewtex
Copy link
Member

@thewtex thewtex commented Aug 21, 2024

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.

@thewtex thewtex requested a review from phcerdan August 21, 2024 01:44
@github-actions github-actions bot added type:Compiler Compiler support or related warnings area:Remotes Issues affecting the Remote module labels Aug 21, 2024
@dzenanz
Copy link
Member

dzenanz commented Aug 21, 2024

#4811 has now been merged. A plain rebase should be sufficient for a green CI.

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.
@thewtex thewtex force-pushed the total-variation-bump branch from 1e16561 to f3b5b77 Compare August 21, 2024 16:06
@dzenanz dzenanz merged commit da08898 into InsightSoftwareConsortium:release-5.4 Aug 21, 2024
13 checks passed
@dzenanz
Copy link
Member

dzenanz commented Aug 21, 2024

Also merged to release and master.

@thewtex thewtex deleted the total-variation-bump branch August 21, 2024 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:Remotes Issues affecting the Remote module type:Compiler Compiler support or related warnings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants