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

Add new paraview build #261

Merged
merged 11 commits into from
Apr 14, 2022
Merged

Add new paraview build #261

merged 11 commits into from
Apr 14, 2022

Conversation

TobiasDuswald
Copy link
Contributor

@TobiasDuswald TobiasDuswald commented Apr 13, 2022

Modified ParaView for macOS on eos storage to react to cmake update 3.22.3 to 3.23.0. Error message:

CMake Error at build/third_party/paraview/lib/cmake/paraview-5.10/vtk/VTK-targets.cmake:717 (set_target_properties):
  The link interface of target "VTK::RenderingRayTracing" contains:

    ospray::ospray

  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):
  build/third_party/paraview/lib/cmake/paraview-5.10/vtk/vtk-config.cmake:138 (include)
  build/third_party/paraview/lib/cmake/paraview-5.10/paraview-config.cmake:66 (find_package)
  CMakeLists.txt:376 (find_package)

Fixed by removing ;ospray::ospray from VTK-targets.cmake.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@TobiasDuswald TobiasDuswald merged commit 2f8acc1 into master Apr 14, 2022
@TobiasDuswald TobiasDuswald deleted the pv-5.10.1 branch April 14, 2022 07:52
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.

1 participant