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
224f44a2
Commit
224f44a2
authored
Sep 14, 2013
by
hbristow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Made changes to OpenCVFindMatlab suggested by SpecLad
parent
232f11e2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
.gitattributes
.gitattributes
+1
-0
OpenCVFindMatlab.cmake
cmake/OpenCVFindMatlab.cmake
+4
-4
No files found.
.gitattributes
View file @
224f44a2
...
...
@@ -23,6 +23,7 @@
*.idl text
*.java text
*.js text
*.m text
*.mk text
*.mm text
*.plist text
...
...
cmake/OpenCVFindMatlab.cmake
View file @
224f44a2
...
...
@@ -15,7 +15,7 @@
# mexwin32, mexwin64, mexglx, mexa64, mexmac,
# mexmaci, mexmaci64, mexsol, mexs64
# MATLAB_ARCH: The installation architecture. It is **usually**
# the MEXEXT with the preceding "mex" removed,
# the MEXEXT with the preceding "mex" removed,
# though it's different for linux distros.
#
# There doesn't appear to be an elegant way to detect all versions of Matlab
...
...
@@ -187,9 +187,9 @@ if (NOT MATLAB_FOUND)
if
(
MATLAB_ROOT_DIR
)
locate_matlab_components
(
${
MATLAB_ROOT_DIR
}
)
endif
()
find_package_handle_standard_args
(
Matlab DEFAULT_MSG
find_package_handle_standard_args
(
Matlab DEFAULT_MSG
MATLAB_MEX_SCRIPT MATLAB_INCLUDE_DIRS
MATLAB_ROOT_DIR MATLAB_LIBRARIES
MATLAB_LIBRARY_DIRS MATLAB_MEXEXT
MATLAB_ROOT_DIR MATLAB_LIBRARIES
MATLAB_LIBRARY_DIRS MATLAB_MEXEXT
MATLAB_ARCH MATLAB_BIN
)
endif
()
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