Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

visual studio 2022 support? #278

Closed
zhengzh opened this issue Jun 29, 2022 · 2 comments
Closed

visual studio 2022 support? #278

zhengzh opened this issue Jun 29, 2022 · 2 comments

Comments

@zhengzh
Copy link

zhengzh commented Jun 29, 2022

No description provided.

@traversaro
Copy link
Member

Hi @zhengzh, could you elaborate a bit more your question? At the moment there is no vs2022_win-64 package in conda-forge (see conda-forge/vc-feedstock#46). However, if you are building a simple CMake project a possible workaround is to use the Visual Studio 17 2022 CMake generator, for example:

cd simplecmakeprojectdir
mkdir build
cd build
cmake -G"Visual Studio 17 2022" ..
cmake --build . --config Release 

@zhengzh
Copy link
Author

zhengzh commented Jun 29, 2022

Thanks! I already installed Visual Studio 17 2022, And if i want to try ROS on Windows, now I have to install Visual Studio 16 2017

@zhengzh zhengzh closed this as completed Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants