You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@etch.apache.org by gr...@apache.org on 2011/05/24 16:33:04 UTC

svn commit: r1127088 - /incubator/etch/trunk/binding-cpp/runtime/CMakeLists.txt

Author: grandyho
Date: Tue May 24 14:33:03 2011
New Revision: 1127088

URL: http://svn.apache.org/viewvc?rev=1127088&view=rev
Log:
ETCH-93
updated gtest 1.6

Modified:
    incubator/etch/trunk/binding-cpp/runtime/CMakeLists.txt

Modified: incubator/etch/trunk/binding-cpp/runtime/CMakeLists.txt
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-cpp/runtime/CMakeLists.txt?rev=1127088&r1=1127087&r2=1127088&view=diff
==============================================================================
--- incubator/etch/trunk/binding-cpp/runtime/CMakeLists.txt (original)
+++ incubator/etch/trunk/binding-cpp/runtime/CMakeLists.txt Tue May 24 14:33:03 2011
@@ -29,7 +29,7 @@ SET(VLD ${ETCH_EXTERNAL_DEPENDS}/vld/1.9
 
 
 # GTest
-SET(GTEST ${ETCH_EXTERNAL_DEPENDS}/gtest/1.5.0)
+SET(GTEST ${ETCH_EXTERNAL_DEPENDS}/gtest/1.6.0)
 
 # Set definitions
 IF (UNIX)