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.
2 parents cfbfbdb + c52e361 commit 0278bf9Copy full SHA for 0278bf9
cmake/modules/Builduadk.cmake
@@ -20,7 +20,7 @@ function(build_uadk)
20
UPDATE_COMMAND "" # this disables rebuild on each run
21
GIT_REPOSITORY "https://github.com/ceph/uadk.git"
22
GIT_CONFIG advice.detachedHead=false
23
- GIT_TAG 19f650cae960304e3c674992a4c7d5d56a8f4efa
+ GIT_TAG 267cf34617cc5d6af63191464db40eefcfb78448
24
SOURCE_DIR "${PROJECT_SOURCE_DIR}/src/uadk"
25
BUILD_IN_SOURCE 1
26
CMAKE_ARGS -DCMAKE_CXX_COMPILER=which g++
0 commit comments