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
e7c02f37
Commit
e7c02f37
authored
Apr 08, 2015
by
Maksim Shabunin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed world build with HAL
parent
5b3f89df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
CMakeLists.txt
modules/world/CMakeLists.txt
+5
-1
No files found.
modules/world/CMakeLists.txt
View file @
e7c02f37
...
...
@@ -9,6 +9,10 @@ else()
set
(
OPENCV_WORLD_FLAGS_PROPERTY LINK_FLAGS
)
endif
()
function
(
include_one_module m
)
include
(
"
${
OPENCV_MODULE_
${
m
}
_LOCATION
}
/CMakeLists.txt"
)
endfunction
()
if
(
NOT OPENCV_INITIAL_PASS
)
project
(
opencv_world
)
...
...
@@ -18,7 +22,7 @@ if(NOT OPENCV_INITIAL_PASS)
message
(
STATUS
" module
${
m
}
..."
)
set
(
CMAKE_CURRENT_SOURCE_DIR
${
OPENCV_MODULE_
${
m
}
_LOCATION
}
)
#add_subdirectory("${OPENCV_MODULE_${m}_LOCATION}" ${CMAKE_CURRENT_BINARY_DIR}/${m})
include
(
"
${
OPENCV_MODULE_
${
m
}
_LOCATION
}
/CMakeLists.txt"
)
include
_one_module
(
${
m
}
)
endif
()
endforeach
()
message
(
STATUS
"Processing WORLD modules... DONE"
)
...
...
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