Cmake 3.31.0 warning

I just updated Cmake and it gave me a warning from JUCEUtils. Thought I’d let you know in case it was news.

JUCE/extras/Build/CMake/JUCEUtils.cmake:737 (add_custom_command):
  The following keywords are not supported when using
  add_custom_command(TARGET): DEPENDS.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.

Thanks for reporting, that’s fixed here:

2 Likes