Samsung / iac

This project relates to the pre-processing and/or post-processing of the decoded audio samples to produce an immersive 3D rendering, and is independent of the audio codec used.
BSD 3-Clause Clear License
6 stars 4 forks source link

CMake CMP0064 policy warning #9

Open jzern opened 1 year ago

jzern commented 1 year ago

@ 5f8911cab86df546cc18bceccd817f44482b027f

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 commented 1 year ago

This is still present @ f48a9398c41ee9ccfa0c5e5a1c36b0b2471c40f5.