[Orxonox-commit 4808] r9477 - code/branches/testing/src/external/gtest

landauf at orxonox.net landauf at orxonox.net
Fri Nov 30 19:06:21 CET 2012


Author: landauf
Date: 2012-11-30 19:06:20 +0100 (Fri, 30 Nov 2012)
New Revision: 9477

Modified:
   code/branches/testing/src/external/gtest/CMakeLists.txt
Log:
make gtest build on unix

Modified: code/branches/testing/src/external/gtest/CMakeLists.txt
===================================================================
--- code/branches/testing/src/external/gtest/CMakeLists.txt	2012-11-29 22:23:26 UTC (rev 9476)
+++ code/branches/testing/src/external/gtest/CMakeLists.txt	2012-11-30 18:06:20 UTC (rev 9477)
@@ -32,6 +32,7 @@
     VERSION         1.6.0
     EXCLUDE_FROM_ALL
     NO_INSTALL
+    LINK_LIBS_UNIX  pthread
     SOURCE_FILES    ${GTEST_FILES}
 )
 




More information about the Orxonox-commit mailing list