File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -581,6 +581,8 @@ if (BUILD_TESTING)
581
581
googletest
582
582
GIT_REPOSITORY https://github.com/google/googletest.git
583
583
GIT_TAG v1.14.0
584
+ GIT_PROGRESS TRUE
585
+ GIT_SHALLOW TRUE
584
586
SOURCE_DIR "${CMAKE_BINARY_DIR} /googletest-src"
585
587
)
586
588
@@ -605,6 +607,8 @@ if (DEHANCER_GPU_OPENCL)
605
607
dehancer_opencl_helper
606
608
GIT_REPOSITORY https://github.com/dehancer/dehancer-opencl-helper
607
609
GIT_TAG ${GIT_TAG_dehancer_opencl_helper}
610
+ GIT_PROGRESS TRUE
611
+ GIT_SHALLOW TRUE
608
612
SOURCE_DIR "${CMAKE_BINARY_DIR} /dehancer_opencl_helper-src"
609
613
BINARY_DIR "${CMAKE_BINARY_DIR} /dehancer_opencl_helper-build"
610
614
)
@@ -651,6 +655,8 @@ else ()
651
655
dehancer_xmp_cpp
652
656
GIT_REPOSITORY git@github.com:dehancer/dehancer-xmp-cpp.git
653
657
GIT_TAG ${GIT_TAG_dehancer_xmp_cpp}
658
+ GIT_PROGRESS TRUE
659
+ GIT_SHALLOW TRUE
654
660
SOURCE_DIR "${CMAKE_BINARY_DIR} /dehancer_xmp_cpp-src"
655
661
BINARY_DIR "${CMAKE_BINARY_DIR} /dehancer_xmp_cpp-build"
656
662
)
You can’t perform that action at this time.
0 commit comments