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
530ad447
Commit
530ad447
authored
Sep 13, 2013
by
hbristow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added fixes to CMakeLists.txt
parent
74accbd9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+2
-1
CMakeLists.txt
modules/matlab/CMakeLists.txt
+0
-1
No files found.
CMakeLists.txt
View file @
530ad447
...
...
@@ -43,6 +43,7 @@ if(DEFINED CMAKE_BUILD_TYPE)
endif
()
project
(
OpenCV CXX C
)
include
(
cmake/OpenCVUtils.cmake
)
# ----------------------------------------------------------------------------
...
...
@@ -360,6 +361,7 @@ include(cmake/OpenCVFindLibsPerf.cmake)
# ----------------------------------------------------------------------------
# Detect other 3rd-party libraries/tools
# ----------------------------------------------------------------------------
# --- LATEX for pdf documentation ---
if
(
BUILD_DOCS
)
include
(
cmake/OpenCVFindLATEX.cmake
)
...
...
@@ -835,7 +837,6 @@ status("")
status
(
" Matlab:"
)
status
(
" mex:"
MATLAB_MEX_SCRIPT THEN
"
${
MATLAB_MEX_SCRIPT
}
"
ELSE NO
)
if
(
MATLAB_FOUND
)
get_property
(
MEX_WORKS GLOBAL PROPERTY MEX_WORKS
)
status
(
" Compiler/generator:"
MEX_WORKS THEN
"Working"
ELSE
"Not working (bindings will not be generated)"
)
endif
()
...
...
modules/matlab/CMakeLists.txt
View file @
530ad447
...
...
@@ -187,7 +187,6 @@ if (NOT MEX_WORKS)
endif
()
# if we make it here, mex works!
set_property
(
GLOBAL PROPERTY MEX_WORKS TRUE
)
set
(
MEX_WORKS True CACHE BOOL ADVANCED
)
...
...
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