Skip to content

Commit 4e3d6a0

Browse files
committed
Vision/PointGrey: Task now compiles in systems other than ARM7 or ARM8
1 parent 65019d1 commit 4e3d6a0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Vision/PointGrey/Task.cmake

-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ if(DUNE_SYS_HAS___ARM_ARCH_7A__ OR DUNE_SYS_HAS___AARCH64__)
1212
set(TASK_ENABLED FALSE)
1313
endif(NOT DUNE_SYS_HAS_FLYCAPTURE)
1414

15-
else(DUNE_SYS_HAS___ARM_ARCH_7A__ OR DUNE_SYS_HAS___AARCH64__)
16-
set(TASK_ENABLED FALSE)
17-
1815
endif(DUNE_SYS_HAS___ARM_ARCH_7A__ OR DUNE_SYS_HAS___AARCH64__)
1916

2017
set(TASK_LICENSE "Proprietary")

0 commit comments

Comments
 (0)