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
e8f79d6e
Commit
e8f79d6e
authored
Apr 07, 2014
by
vbystricky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix rebase errors
parent
dbdc476b
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
CMakeLists.txt
CMakeLists.txt
+1
-6
OpenCVFindIPP.cmake
cmake/OpenCVFindIPP.cmake
+0
-0
No files found.
CMakeLists.txt
View file @
e8f79d6e
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
# Root CMake file for OpenCV
# Root CMake file for OpenCV
#
#
# From the off-tree build directory, invoke:
# From the off-tree build directory, invoke:
...
@@ -917,14 +917,9 @@ endif(DEFINED WITH_INTELPERC)
...
@@ -917,14 +917,9 @@ endif(DEFINED WITH_INTELPERC)
status
(
""
)
status
(
""
)
status
(
" Other third-party libraries:"
)
status
(
" Other third-party libraries:"
)
<<<<<<< HEAD
if
((
WITH_IPP OR WITH_ICV
)
AND HAVE_IPP
)
if
((
WITH_IPP OR WITH_ICV
)
AND HAVE_IPP
)
status
(
" Use IPP:"
"
${
IPP_VERSION_STR
}
[
${
IPP_VERSION_MAJOR
}
.
${
IPP_VERSION_MINOR
}
.
${
IPP_VERSION_BUILD
}
]"
)
status
(
" Use IPP:"
"
${
IPP_VERSION_STR
}
[
${
IPP_VERSION_MAJOR
}
.
${
IPP_VERSION_MINOR
}
.
${
IPP_VERSION_BUILD
}
]"
)
status
(
" at:"
"
${
IPP_ROOT_DIR
}
"
)
status
(
" at:"
"
${
IPP_ROOT_DIR
}
"
)
=======
if
(
WITH_IPP AND IPP_FOUND
)
status
(
" Use IPP:"
"
${
IPP_VERSION_STR
}
[
${
IPP_VERSION_MAJOR
}
.
${
IPP_VERSION_MINOR
}
.
${
IPP_VERSION_BUILD
}
]"
)
>>>>>>> Prepare codes for ippicv library
else
()
else
()
status
(
" Use IPP:"
(
WITH_IPP OR WITH_ICV
)
AND NOT HAVE_IPP THEN
"IPP not found"
ELSE NO
)
status
(
" Use IPP:"
(
WITH_IPP OR WITH_ICV
)
AND NOT HAVE_IPP THEN
"IPP not found"
ELSE NO
)
endif
()
endif
()
...
...
cmake/OpenCVFindIPP.cmake
View file @
e8f79d6e
This diff is collapsed.
Click to expand it.
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