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

Fix configure warnings #4427

Open
vicentebolea opened this issue Dec 6, 2024 · 3 comments · May be fixed by #4429 or #4428
Open

Fix configure warnings #4427

vicentebolea opened this issue Dec 6, 2024 · 3 comments · May be fixed by #4429 or #4428
Assignees
Labels
area: ci Continuous Integration issues

Comments

@vicentebolea
Copy link
Collaborator

Our EVPath dependency is hitting a warning with newer CMake, we can see it in our latest master build pipelines.

Here is the warning.

CMake Warning (dev) at thirdparty/EVPath/EVPath/CMakeLists.txt:590 (add_custom_command):
  The following keywords are not supported when using
  add_custom_command(OUTPUT): SOURCE.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

We need to fix this in the evpath repo and update our thirdparty EVPath snapshot to this corrected sha of EVPATH.

@vicentebolea
Copy link
Collaborator Author

@eisenhauer

@eisenhauer
Copy link
Member

PRs in master and release_210 branches.

This was linked to pull requests Dec 6, 2024
@vicentebolea vicentebolea added the area: ci Continuous Integration issues label Dec 6, 2024
@vicentebolea
Copy link
Collaborator Author

I see, thanks @eisenhauer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ci Continuous Integration issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants