You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello There,
Im getting the below error while executing cmake -G "Visual Studio 16 2019" "-DCMAKE_TOOLCHAIN_FILE=C:/Users/sures/vcpkg/scripts/buildsystems/vcpkg.cmake"
C:\Users\sures\YDLidar-SDK\build>cmake -G "Visual Studio 16 2019" "-DCMAKE_TOOLCHAIN_FILE=C:/Users/sures/vcpkg/scripts/buildsystems/vcpkg.cmake"
CMake Warning:
No source or binary directory provided. Both will be assumed to be the
same as the current working directory, but note that this warning will
become a fatal error in future CMake releases.
CMake Error at CMakeLists.txt:3 (project):
Generator
Visual Studio 16 2019
could not find any instance of Visual Studio.
-- Configuring incomplete, errors occurred!
In my windows11 PC, I've already installed visual studio 2019 community version, still it throws the error
The text was updated successfully, but these errors were encountered:
Hello There,
Im getting the below error while executing cmake -G "Visual Studio 16 2019" "-DCMAKE_TOOLCHAIN_FILE=C:/Users/sures/vcpkg/scripts/buildsystems/vcpkg.cmake"
C:\Users\sures\YDLidar-SDK\build>cmake -G "Visual Studio 16 2019" "-DCMAKE_TOOLCHAIN_FILE=C:/Users/sures/vcpkg/scripts/buildsystems/vcpkg.cmake"
CMake Warning:
No source or binary directory provided. Both will be assumed to be the
same as the current working directory, but note that this warning will
become a fatal error in future CMake releases.
CMake Error at CMakeLists.txt:3 (project):
Generator
could not find any instance of Visual Studio.
-- Configuring incomplete, errors occurred!
In my windows11 PC, I've already installed visual studio 2019 community version, still it throws the error
The text was updated successfully, but these errors were encountered: