aboutsummaryrefslogtreecommitdiff
path: root/ports/vxl/fix_dependency.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ports/vxl/fix_dependency.patch')
-rw-r--r--ports/vxl/fix_dependency.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/vxl/fix_dependency.patch b/ports/vxl/fix_dependency.patch
new file mode 100644
index 000000000..1c8e2ad54
--- /dev/null
+++ b/ports/vxl/fix_dependency.patch
@@ -0,0 +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()