Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
63775320
Commit
63775320
authored
Aug 04, 2019
by
Mark Harfouche
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Verify Carbon correctly on OSX
parent
b584c230
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+2
-2
No files found.
CMakeLists.txt
View file @
63775320
...
@@ -240,8 +240,8 @@ OCV_OPTION(WITH_AVFOUNDATION "Use AVFoundation for Video I/O (iOS/Mac)" ON
...
@@ -240,8 +240,8 @@ OCV_OPTION(WITH_AVFOUNDATION "Use AVFoundation for Video I/O (iOS/Mac)" ON
VISIBLE_IF APPLE
VISIBLE_IF APPLE
VERIFY HAVE_AVFOUNDATION
)
VERIFY HAVE_AVFOUNDATION
)
OCV_OPTION
(
WITH_CARBON
"Use Carbon for UI instead of Cocoa (OBSOLETE)"
OFF
OCV_OPTION
(
WITH_CARBON
"Use Carbon for UI instead of Cocoa (OBSOLETE)"
OFF
VISIBLE_IF
APPLE
VISIBLE_IF
(
APPLE OR HAVE_COCOA
)
VERIFY HAVE_CARBON
OR HAVE_COCOA
)
VERIFY HAVE_CARBON
)
OCV_OPTION
(
WITH_CAROTENE
"Use NVidia carotene acceleration library for ARM platform"
ON
OCV_OPTION
(
WITH_CAROTENE
"Use NVidia carotene acceleration library for ARM platform"
ON
VISIBLE_IF
(
ARM OR AARCH64
)
AND NOT IOS AND
NOT
(
CMAKE_VERSION VERSION_LESS
"2.8.11"
))
VISIBLE_IF
(
ARM OR AARCH64
)
AND NOT IOS AND
NOT
(
CMAKE_VERSION VERSION_LESS
"2.8.11"
))
OCV_OPTION
(
WITH_CPUFEATURES
"Use cpufeatures Android library"
ON
OCV_OPTION
(
WITH_CPUFEATURES
"Use cpufeatures Android library"
ON
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment