aboutsummaryrefslogtreecommitdiff
path: root/ports/vxl/fix_dependency.patch
blob: 1c8e2ad54921b27ed01cd4f8533c158d43cd3d0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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()