We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad4c5b commit f5e160eCopy full SHA for f5e160e
cmake/modules/Builduadk.cmake
@@ -11,9 +11,9 @@ function(build_uadk)
11
include(ExternalProject)
12
ExternalProject_Add(uadk_ext
13
UPDATE_COMMAND "" # this disables rebuild on each run
14
- GIT_REPOSITORY "https://github.com/Linaro/uadk.git"
+ GIT_REPOSITORY "https://github.com/ceph/uadk.git"
15
GIT_CONFIG advice.detachedHead=false
16
- GIT_TAG 90fb6f227427f568e34337309075ed7a3f71bab9
+ GIT_TAG 19f650cae960304e3c674992a4c7d5d56a8f4efa
17
SOURCE_DIR "${PROJECT_SOURCE_DIR}/src/uadk"
18
BUILD_IN_SOURCE 1
19
CMAKE_ARGS -DCMAKE_CXX_COMPILER=which g++
0 commit comments