8000 Merge branch 'release/1.7.0' · dehancer/dehancer-gpulib-cpp@884513a · GitHub
[go: up one dir, main page]

Skip to content

Commit 884513a

Browse files
committed
Merge branch 'release/1.7.0'
2 parents ceccea9 + 4958849 commit 884513a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,8 @@ if (BUILD_TESTING)
581581
googletest
582582
GIT_REPOSITORY https://github.com/google/googletest.git
583583
GIT_TAG v1.14.0
584+
GIT_PROGRESS TRUE
585+
GIT_SHALLOW TRUE
584586
SOURCE_DIR "${CMAKE_BINARY_DIR}/googletest-src"
585587
)
586588

@@ -605,6 +607,8 @@ if (DEHANCER_GPU_OPENCL)
605607
dehancer_opencl_helper
606608
GIT_REPOSITORY https://github.com/dehancer/dehancer-opencl-helper
607609
GIT_TAG ${GIT_TAG_dehancer_opencl_helper}
610+
GIT_PROGRESS TRUE
611+
GIT_SHALLOW TRUE
608612
SOURCE_DIR "${CMAKE_BINARY_DIR}/dehancer_opencl_helper-src"
609613
BINARY_DIR "${CMAKE_BINARY_DIR}/dehancer_opencl_helper-build"
610614
)
@@ -651,6 +655,8 @@ else ()
651655
dehancer_xmp_cpp
652656
GIT_REPOSITORY git@github.com:dehancer/dehancer-xmp-cpp.git
653657
GIT_TAG ${GIT_TAG_dehancer_xmp_cpp}
658+
GIT_PROGRESS TRUE
659+
GIT_SHALLOW TRUE
654660
SOURCE_DIR "${CMAKE_BINARY_DIR}/dehancer_xmp_cpp-src"
655661
BINARY_DIR "${CMAKE_BINARY_DIR}/dehancer_xmp_cpp-build"
656662
)

0 commit comments

Comments
 (0)
0