hm apparently that reverts it to gtest source pacakge.  My mistake.  I can 
confirm that ROS has trouble compiling with this, as well as other cmake based 
packages that use gtest.  Workaround for individual packages: add -lpthread.  
In cmake this can be done by:
find_package(Threads)
and adding ${CMAKE_THREAD_LIBS_INIT} to target_link_libraries.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/877424

Title:
  gtest-config script missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtest/+bug/877424/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to