CMake OSX entitelements

I’m switching from Projucer to CMake and having a hard time matching the hardener library settings on OSX.

On the left is my CMake build version, right is the old Projucer build that works fine.

This is what I am passing to juce_add_plugin:

    HARDENED_RUNTIME_ENABLED TRUE
    HARDENED_RUNTIME_OPTIONS "com.apple.security.device.audio-input"
    MICROPHONE_PERMISSION_ENABLED TRUE
    MICROPHONE_PERMISSION_TEXT "Please set your input/output settings."

Can anyone help with these questions?

  1. How to make the Cmake version have the ‘audio’ checkbox selected in the ‘public’ section?
  2. How come the entitlements are empty when I clearly specify them in CMake?
  3. Does it matter that ‘SDK version’ is empty and if yes, how can I fix that one?

Thanks!