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

Gtest found by catkin, but not compiled #12

Closed
stonier opened this issue Mar 14, 2013 · 2 comments
Closed

Gtest found by catkin, but not compiled #12

stonier opened this issue Mar 14, 2013 · 2 comments
Assignees
Milestone

Comments

@stonier
Copy link
Member

stonier commented Mar 14, 2013

No description provided.

@ghost ghost assigned stonier Mar 14, 2013
@stonier
Copy link
Member Author

stonier commented Mar 14, 2013

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

@stonier
Copy link
Member Author

stonier commented Mar 15, 2013

Fixed - I was adding the install!

ros/catkin#390

@stonier stonier closed this as completed Mar 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant