Azure Active Directory
An Azure enterprise identity service that provides single sign-on and multi-factor authentication.
12,706 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I want a create cmake linux project in Visual studio, but there is an error "can not find cmake executable file in /usr/bin/cmake".
But I installed cmake in /usr/local/bin/cmake in my linux machine.
how do I have to fix it ?
Hi,
Have you configured CMake settings for Linux ?
Please check in this link "Configure CMake settings for Linux"
https://learn.microsoft.com/es-mx/cpp/linux/cmake-linux-project?view=vs-2019
Regards,
Eshwar