You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@etch.apache.org by ve...@apache.org on 2014/04/04 11:52:26 UTC

svn commit: r1584586 - /etch/trunk/binding-cpp/runtime/FindCapu.cmake

Author: veithm
Date: Fri Apr  4 09:52:26 2014
New Revision: 1584586

URL: http://svn.apache.org/r1584586
Log:
Updating dependency of CAPU to official v0.14.0 version

Change-Id: I16aaba1eb8c1e63f55fec8f610b9a82484fe18bf

Modified:
    etch/trunk/binding-cpp/runtime/FindCapu.cmake

Modified: etch/trunk/binding-cpp/runtime/FindCapu.cmake
URL: http://svn.apache.org/viewvc/etch/trunk/binding-cpp/runtime/FindCapu.cmake?rev=1584586&r1=1584585&r2=1584586&view=diff
==============================================================================
--- etch/trunk/binding-cpp/runtime/FindCapu.cmake (original)
+++ etch/trunk/binding-cpp/runtime/FindCapu.cmake Fri Apr  4 09:52:26 2014
@@ -38,7 +38,7 @@ IF ("${CAPU_INCLUDE_DIR}" STREQUAL "" AN
 
         ExternalProject_Add(
             Capu
-            URL https://github.com/bmwcarit/capu/zipball/master/bmwcarit-capu-v0.13.0-34-g0ca0967.zip
+            URL https://github.com/bmwcarit/capu/archive/v0.14.0.zip
             SOURCE_DIR "${CAPU_PROJECT_DIR}"
             BINARY_DIR "${CAPU_CMAKE_BUILD_DIR}"
             INSTALL_DIR "${CAPU_BUILD_DIR}/deliverable"