We are pleased to announce that CMake 3.15.5 is now available for download.
Please use the latest release from our download page:
https://cmake.org/download/
Thanks for your support!
-
Changes in 3.15.5 since 3.15.4:
Alan
Hi there
I build an executable A. I have set up another target A_remote that uses a
custom launcher for remote debugging with Visual Studio. What I'm trying to
achieve is that before the A_remote target is run, another target is run that
deploys files to the remote computer. So I add a custom t