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

Building helide device fails for CMake 3.18 #79

Closed
griffin28 opened this issue Dec 28, 2022 · 1 comment
Closed

Building helide device fails for CMake 3.18 #79

griffin28 opened this issue Dec 28, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@griffin28
Copy link
Collaborator

When building the latest ANARI SDK with BUILD_HELIDE_DEVICE:BOOL=ON and using CMake 3.18 I get the error below with curl (which does support the required protocols and was manually tested and successfully downloaded the embree file).

However, when using CMake 3.25.1 the ANARI SDK builds successfully. VisIt's automated build scripts currently use CMake 3.18 and are generally several CMake releases behind the current.

embree_error

@griffin28 griffin28 added the enhancement New feature or request label Dec 28, 2022
@jeffamstutz
Copy link
Contributor

There's now an official source release that contains all the pre-downloaded versions of all the dependencies with it. My hope is that this issue can be worked around by using that source zip release, or at least the new infrastructure for fetching sources by CMake doesn't trigger the same problem you experienced (i.e. CPM is no longer used to get Embree).

Please reopen if you continue to have issues, but this may actually just be an issue with CMake itself. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants