early-access version 2853
This commit is contained in:
13
externals/vcpkg/ports/vxl/fix_dependency.patch
vendored
Executable file
13
externals/vcpkg/ports/vxl/fix_dependency.patch
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
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()
|
||||
Reference in New Issue
Block a user