Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,993 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