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
I'm currently working with a 64-bit build of hydro on win_ros on Windows 8.1 with Visual Studio 11. It seems to be working but it would be extremely helpful if it supported the Visual Studio generator. Working in the visual environment is FAR easier and faster than from the command line.
I have not found it painful at all for large numbers of projects. E.g. OpenCV samples come in a single CMakeLists.txt with about 130 projects. These generate to Visual Studio and work with no problem at all.
Please let me know if any suggestions on how to modify it. I don't mind nmake for all normal ROS builds and commands. I just want to be able to generate a visual studio solution to work in as I am writing/compiling code, so it doesn't really matter if it copies files correctly or not.
Currently supporting cmake builds via the nmake generator.
Test, validate and work out if we need to do more to support the ms express/visual studio generators.
The text was updated successfully, but these errors were encountered: