aboutsummaryrefslogtreecommitdiff
path: root/ports/vxl/fix_dependency.patch
diff options
context:
space:
mode:
authorNancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>2020-08-15 00:59:47 +0800
committerGitHub <noreply@github.com>2020-08-14 09:59:47 -0700
commit0c753a22868fc65322dbcdbf0340c2fc6864ee5e (patch)
tree5ddf49a777ae8d73871175581f158b129951fd61 /ports/vxl/fix_dependency.patch
parente695a72e6e10f6a623b17dd26373bf36e39c71cb (diff)
downloadvcpkg-0c753a22868fc65322dbcdbf0340c2fc6864ee5e.tar.gz
vcpkg-0c753a22868fc65322dbcdbf0340c2fc6864ee5e.zip
[vxl] Update patch (#12854)
* [vxl] Update patch * Update unsupported variables
Diffstat (limited to 'ports/vxl/fix_dependency.patch')
-rw-r--r--ports/vxl/fix_dependency.patch26
1 files changed, 13 insertions, 13 deletions
diff --git a/ports/vxl/fix_dependency.patch b/ports/vxl/fix_dependency.patch
index 1c8e2ad54..88cecfd66 100644
--- a/ports/vxl/fix_dependency.patch
+++ b/ports/vxl/fix_dependency.patch
@@ -1,13 +1,13 @@
-diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt
-index b6af7c2..7ca75d3 100644
---- a/core/CMakeLists.txt
-+++ b/core/CMakeLists.txt
-@@ -100,7 +100,7 @@ endif()
-
-
- # coordinate systems
--if(BUILD_CORE_GEOMETRY AND BUILD_CORE_NUMERICS)
-+if(BUILD_CORE_GEOMETRY AND BUILD_CORE_NUMERICS AND BUILD_CORE_IMAGING)
- add_subdirectory(vcsl)
- add_subdirectory(vpgl)
- endif()
+diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt
+index 3483f9c..57e149b 100644
+--- a/core/CMakeLists.txt
++++ b/core/CMakeLists.txt
+@@ -100,7 +100,7 @@ endif()
+
+
+ # coordinate systems
+-if(VXL_BUILD_CORE_GEOMETRY AND VXL_BUILD_CORE_NUMERICS)
++if(VXL_BUILD_CORE_GEOMETRY AND VXL_BUILD_CORE_NUMERICS AND VXL_BUILD_CORE_IMAGING)
+ add_subdirectory(vcsl)
+ add_subdirectory(vpgl)
+ endif()