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 CMP0064 policy warning #9

Open
jzern opened this issue May 11, 2023 · 1 comment
Open

CMake CMP0064 policy warning #9

jzern opened this issue May 11, 2023 · 1 comment

Comments

@jzern
Copy link
Contributor

jzern commented May 11, 2023

@ 5f8911c

CMake Warning (dev) at src/iamf_enc/dmpd/asc/3rdparty/decimate/CMakeLists.txt:13 (if):
Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
--help-policy CMP0064" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.

TEST will be interpreted as an operator when the policy is set to NEW.
Since the policy is not set the OLD behavior will be used.
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at src/iamf_enc/dmpd/asc/3rdparty/stft/CMakeLists.txt:14 (if):
Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
--help-policy CMP0064" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.

TEST will be interpreted as an operator when the policy is set to NEW.
Since the policy is not set the OLD behavior will be used.
This warning is for project developers. Use -Wno-dev to suppress it.

@jzern
Copy link
Contributor Author

jzern commented Jun 8, 2023

This is still present @ f48a939.

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

No branches or pull requests

1 participant