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

Cmake updates #52

Merged
merged 2 commits into from
Aug 21, 2024
Merged

Conversation

thewtex
Copy link
Member

@thewtex thewtex commented Aug 19, 2024

No description provided.

FetchContent_Populate is deprecated and more complex.

We also need to bump cmake_minimum_required to > 3.14 for support. Use
3.16 like other ITK modules.
To address:

CMake Error at /home/matt/src/ITK-Wasm/native/ITK-build/ITKTargets.cmake:1007 (set_target_properties):
  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.

Call Stack (most recent call first):
  /home/matt/src/ITK-Wasm/native/ITK-build/ITKConfig.cmake:70 (include)
  dcmtk/CMakeLists.txt:1 (find_package)
@thewtex thewtex merged commit 0b4f945 into InsightSoftwareConsortium:main Aug 21, 2024
32 checks passed
@thewtex thewtex deleted the cmake-updates branch August 21, 2024 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants