how hide some `Xcode Scheme` when using CMake to generate a Xcode project?

I have a c project organized by CMake, I generated an Xcode project success based on it, I have many targets in my CMake project, Correspond to that, the generated Xcode project has many Scheme, I don’t want some Scheme to show, is any method to hide the Scheme when using CMake to generate Xcode project? thanks!