-
Notifications
You must be signed in to change notification settings - Fork 340
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
fix generating unique files on Windows #102
Conversation
* add tests for cam2image and showimage * use burger mode (-b) instead of movie for tests * add a frequency option to the cam2image program * transparent burgers * proper burger masking * windows * missing Windows include * fix warnings for Windows * warnings on Windows * fix signed/unsigned comparison warnings * fix Windows warnings
where does |
The keywords are "CMake generator expressions": https://cmake.org/cmake/help/v3.5/manual/cmake-generator-expressions.7.html |
Ah, thanks for the pointer, that's good to know. My only super-trivial comment then is that the CMake doc page for generator expressions says that |
16f41b0
to
a3a36fd
Compare
Good point. I changed it to |
Thanks. |
I have updated the existing code base to use |
Fix regression from #67 on Windows.
Before: http://ci.ros2.org/job/ci_windows/2118/
After: http://ci.ros2.org/job/ci_windows/2119/