-
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.
Merge pull request #259 from josebraga/braga/fix-win-compile
Fix windows compilation
- Loading branch information
Showing
4 changed files
with
47 additions
and
31 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
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,17 +1,21 @@ | ||
if(DUNE_SYS_HAS___ARM_ARCH_7A__) | ||
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_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(DUNE_SYS_HAS___ARM_ARCH_7A__) | ||
else() | ||
set(TASK_ENABLED FALSE) | ||
endif(NOT DUNE_SYS_HAS_FLYCAPTURE) | ||
|
||
endif(DUNE_SYS_HAS___ARM_ARCH_7A__) | ||
endif(POINTGREY) | ||
|
||
set(TASK_LICENSE "Proprietary") |