Customize vst file copy path

There was an error when copying files on Windows. I wonder if I can customize the file path?

CMake Error at E:/juce/proEQ/JUCE/extras/Build/CMake/copyDir.cmake:45 (file):
  file INSTALL cannot make directory "C:\Program Files\Common
  Files/VST3/Pamplejuce Demo.vst3": Permission denied.

I found that I can use

    COPY_PLUGIN_AFTER_BUILD true
    VST3_COPY_DIR "${XXX_VST3_COPY_DIR}"