Closed stonier closed 11 years ago
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
Fixed - I was adding the install!
https://github.com/ros/catkin/pull/390
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.
For reference, https://github.com/ros/catkin/blob/groovy-devel/cmake/test/gtest.cmake