Hi Ghislain, gazebo was fixed recently to use a system-installed gtest [1].
[1] http://anonscm.debian.org/cgit/debian-science/packages/gazebo.git/tree/debian/patches/0002_use_system_gtest.patch Cheers Anton 2015-08-05 11:12 GMT+02:00 Ghislain Vaillant <[email protected]>: > Hi everyone, > > I am currently dealing with a few upstream projects which rely on gtest > for building their test suite in cmake. > > Unfortunately, and unlike upstream recommendation to *not* rely > precompiled binaries of gtest [1], upstream uses find_package(gtest) and > links its test suite with the expected found libgtest and libgtest_main > shared objects. > > [1] > https://code.google.com/p/googletest/wiki/FAQ#Why_is_it_not_recommended_to_install_a_pre-compiled_copy_of_Goog > > Could you guys please point me to what you consider good examples of gtest > integration with cmake and corresponding patching in Debian to use the > gtest package within the archive? > > Best regards, > Ghislain > > > -- > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe". Trouble? Contact > [email protected] > Archive: https://lists.debian.org/[email protected] > >

