aboutsummaryrefslogtreecommitdiff
path: root/ports/pcl/find_cuda.patch
diff options
context:
space:
mode:
authorTsukasa Sugiura <t.sugiura0204@gmail.com>2018-11-09 03:45:58 +0900
committerRobert Schumacher <roschuma@microsoft.com>2018-11-08 10:45:58 -0800
commitefe7c7eb28e0330eb3e61d7e5be3e68ddaad9175 (patch)
treedd795c476288cc24e2cd1727d329db22bd1399cb /ports/pcl/find_cuda.patch
parent9fe14bc18ec4b8f12238cd8790c44e42325f8e52 (diff)
downloadvcpkg-efe7c7eb28e0330eb3e61d7e5be3e68ddaad9175.tar.gz
vcpkg-efe7c7eb28e0330eb3e61d7e5be3e68ddaad9175.zip
[pcl] Update to PCL 1.9.0 (#4677)
Update PCL port to PCL 1.9.0.
Diffstat (limited to 'ports/pcl/find_cuda.patch')
-rw-r--r--ports/pcl/find_cuda.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/ports/pcl/find_cuda.patch b/ports/pcl/find_cuda.patch
deleted file mode 100644
index 6e872cdab..000000000
--- a/ports/pcl/find_cuda.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/cmake/pcl_find_cuda.cmake b/cmake/pcl_find_cuda.cmake
-index fd9cfa9..ae9e612 100644
---- a/cmake/pcl_find_cuda.cmake
-+++ b/cmake/pcl_find_cuda.cmake
-@@ -43,7 +43,9 @@ if(CUDA_FOUND)
-
- # Find a complete list for CUDA compute capabilities at http://developer.nvidia.com/cuda-gpus
-
-- if(NOT ${CUDA_VERSION_STRING} VERSION_LESS "8.0")
-+ if(NOT ${CUDA_VERSION_STRING} VERSION_LESS "9.0")
-+ set(__cuda_arch_bin "3.0 3.5 5.0 5.2 5.3 6.0 6.1 7.0")
-+ elseif(NOT ${CUDA_VERSION_STRING} VERSION_LESS "8.0")
- set(__cuda_arch_bin "2.0 2.1(2.0) 3.0 3.5 5.0 5.2 5.3 6.0 6.1")
- elseif(NOT ${CUDA_VERSION_STRING} VERSION_LESS "6.5")
- set(__cuda_arch_bin "2.0 2.1(2.0) 3.0 3.5 5.0 5.2")