Skip to content

Commit eae8872

Browse files
authored
Merge pull request ceph#65161 from dmick/uadk-arm64-date-time
uadk: remove __DATE__ and __TIME__ from compilation
2 parents f19a8ab + f5e160e commit eae8872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/modules/Builduadk.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ function(build_uadk)
1111
include(ExternalProject)
1212
ExternalProject_Add(uadk_ext
1313
UPDATE_COMMAND "" # this disables rebuild on each run
14-
GIT_REPOSITORY "https://github.com/Linaro/uadk.git"
14+
GIT_REPOSITORY "https://github.com/ceph/uadk.git"
1515
GIT_CONFIG advice.detachedHead=false
16-
GIT_TAG 90fb6f227427f568e34337309075ed7a3f71bab9
16+
GIT_TAG 19f650cae960304e3c674992a4c7d5d56a8f4efa
1717
SOURCE_DIR "${PROJECT_SOURCE_DIR}/src/uadk"
1818
BUILD_IN_SOURCE 1
1919
CMAKE_ARGS -DCMAKE_CXX_COMPILER=which g++

0 commit comments

Comments
 (0)