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: Silence warnings about CMP0079 #16737

Merged
merged 1 commit into from Feb 17, 2023

Conversation

dnakamura
Copy link
Contributor

Tell newer versions of CMake that we expect the old behavior of CMP0079.

Tell newer versions of CMake that we expect the old behavior of CMP0079.

Signed-off-by: Devin Nakamura <devinn@ca.ibm.com>
@dnakamura
Copy link
Contributor Author

Eliminates a number of warnings of the form

CMake Warning (dev) at runtime/gc_glue_java/CMakeLists.txt:80 (target_link_libraries):
Policy CMP0079 is not set: target_link_libraries allows use with targets in
other directories.  Run "cmake --help-policy CMP0079" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.

@pshipton
Copy link
Member

jenkins compile all jdk8,jdk19

@pshipton pshipton merged commit 026df8b into eclipse-openj9:master Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants