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
0bfa58b6
Commit
0bfa58b6
authored
Oct 08, 2012
by
Vadim Pisarevsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed detection of IPP 7.1 (patch #2413: thanks to Gino van den Bergen!)
parent
4be7619c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
OpenCVFindIPP.cmake
cmake/OpenCVFindIPP.cmake
+3
-0
No files found.
cmake/OpenCVFindIPP.cmake
View file @
0bfa58b6
...
...
@@ -65,6 +65,9 @@ function(get_ipp_version _ROOT_DIR)
file
(
STRINGS
${
_ROOT_DIR
}
/include/ippversion.h STR1 REGEX
"IPP_VERSION_MAJOR"
)
file
(
STRINGS
${
_ROOT_DIR
}
/include/ippversion.h STR2 REGEX
"IPP_VERSION_MINOR"
)
file
(
STRINGS
${
_ROOT_DIR
}
/include/ippversion.h STR3 REGEX
"IPP_VERSION_BUILD"
)
if
(
"
${
STR3
}
"
STREQUAL
""
)
file
(
STRINGS
${
_ROOT_DIR
}
/include/ippversion.h STR3 REGEX
"IPP_VERSION_UPDATE"
)
endif
()
file
(
STRINGS
${
_ROOT_DIR
}
/include/ippversion.h STR4 REGEX
"IPP_VERSION_STR"
)
# extract info and assign to variables
...
...
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