Skip to content

Commit 8c39d38

Browse files
committed
Using commits as version for Boost.Compute external build
1 parent 8b9adad commit 8c39d38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeModules/build_boost_compute.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
set(VER 0.4)
2-
set(URL https://github.com/kylelutz/compute/archive/v${VER}.tar.gz)
3-
set(MD5 0d881bd8e8c1729559bc9b98d6b25a3c)
1+
set(VER 415e7a0a21b7fc2cb5a6aaa7ea14a4f32e884631)
2+
set(URL https://github.com/kylelutz/compute/archive/${VER}.tar.gz)
3+
set(MD5 733daf88c39c7337c51cd5adb0efb51b)
44

55
set(thirdPartyDir "${CMAKE_BINARY_DIR}/third_party")
66
set(srcDir "${thirdPartyDir}/compute-${VER}")

0 commit comments

Comments
 (0)