The 'cmake-server(7)' is deprecated

Hello i got problem with cmake server
i got something like this:
1> Configuring incomplete, errors occurred!
See also “C:/Users/kryst/OneDrive/Pulpit/va/out/build/x64-Debug/CMakeFiles/CMakeOutput.log”.
1> CMake Deprecation Warning:
The ‘cmake-server(7)’ is deprecated. Please port clients to use the
‘cmake-file-api(7)’ instead.

how i can repair this?

CMake server mode is an old way of communicating between CMake and your IDE. It has been deprecated in favor of the file API. You’re receiving this message because your IDE is still using server mode and hasn’t been updated for file API.

What IDE and version are you using?

I don’t have IDE only visual studio and cmake-gui

Visual Studio is the IDE (integrated development environment.) What version of Visual Studio are you using?

visual studio 2019 16.0.13

@brad.king is this version of Visual Studio new enough to use the File API?

there is this source, https://drive.google.com/open?id=1ji-ukkvjDeymsPs-jCL2IQ-YlgyYs5z7
my friend is very annoying and he say:

" its not that easy to compile
cause i didn’t include all the packages
which you can get if you smart enough.
That’s what i call Anti-Skid release. "

According to this blog post from Microsoft:

VS 2019 16.1 and above switched to the file-api.