-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vision/PointGrey: also consider POINTGREY var
- Loading branch information
Showing
1 changed file
with
15 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,21 @@ | ||
if(DUNE_SYS_HAS___ARM_ARCH_7A__) | ||
if(NOT DUNE_SYS_HAS_OPENCV) | ||
set(TASK_ENABLED FALSE) | ||
endif(NOT DUNE_SYS_HAS_OPENCV) | ||
if(POINTGREY) | ||
if(DUNE_SYS_HAS___ARM_ARCH_7A__) | ||
if(NOT DUNE_SYS_HAS_OPENCV) | ||
set(TASK_ENABLED FALSE) | ||
endif(NOT DUNE_SYS_HAS_OPENCV) | ||
|
||
if(NOT DUNE_SYS_HAS_EXIV2) | ||
set(TASK_ENABLED FALSE) | ||
endif(NOT DUNE_SYS_HAS_EXIV2) | ||
if(NOT DUNE_SYS_HAS_EXIV2) | ||
set(TASK_ENABLED FALSE) | ||
endif(NOT DUNE_SYS_HAS_EXIV2) | ||
|
||
if(NOT DUNE_SYS_HAS_FLYCAPTURE) | ||
if(NOT DUNE_SYS_HAS_FLYCAPTURE) | ||
set(TASK_ENABLED FALSE) | ||
endif(NOT DUNE_SYS_HAS_FLYCAPTURE) | ||
elseif(DUNE_OS_WINDOWS) | ||
set(TASK_ENABLED FALSE) | ||
endif(NOT DUNE_SYS_HAS_FLYCAPTURE) | ||
elseif(DUNE_OS_WINDOWS) | ||
endif(DUNE_SYS_HAS___ARM_ARCH_7A__) | ||
else() | ||
set(TASK_ENABLED FALSE) | ||
endif(DUNE_SYS_HAS___ARM_ARCH_7A__) | ||
endif(POINTGREY) | ||
|
||
set(TASK_LICENSE "Proprietary") |