We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
It only gets compiled when you nmake gtest.
Bigger problem - it fails the install if you dont nmake gtests because catkin used EXCLUDE_FROM_ALL on the target.
CMake Error at gtest/cmake_install.cmake:35 (FILE): file INSTALL cannot find "C:/work/ws/build/gtest/gtest.dll". Call Stack (most recent call first): cmake_install.cmake:62 (INCLUDE) NMAKE : fatal error U1077: 'echo' : return code '0x1' Stop.
For reference, https://github.com/ros/catkin/blob/groovy-devel/cmake/test/gtest.cmake
Sorry, something went wrong.
Fixed - I was adding the install!
ros/catkin#390
stonier
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: