mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:21:38 +08:00
0c753a2286
* [vxl] Update patch * Update unsupported variables
14 lines
406 B
Diff
14 lines
406 B
Diff
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()
|