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.
1 parent 8b9adad commit 8c39d38Copy full SHA for 8c39d38
CMakeModules/build_boost_compute.cmake
@@ -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)
+set(VER 415e7a0a21b7fc2cb5a6aaa7ea14a4f32e884631)
+set(URL https://github.com/kylelutz/compute/archive/${VER}.tar.gz)
+set(MD5 733daf88c39c7337c51cd5adb0efb51b)
4
5
set(thirdPartyDir "${CMAKE_BINARY_DIR}/third_party")
6
set(srcDir "${thirdPartyDir}/compute-${VER}")
0 commit comments