-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [vxl] Update patch * Update unsupported variables
- Loading branch information
1 parent
e695a72
commit 0c753a2
Showing
3 changed files
with
22 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters