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
df279150
Commit
df279150
authored
Oct 18, 2013
by
Roman Donchenko
Committed by
OpenCV Buildbot
Oct 18, 2013
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1642 from alalek:cmake_cleanup_targets
parents
4cbf0cb3
83b7fbe3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
CMakeLists.txt
CMakeLists.txt
+2
-0
OpenCVUtils.cmake
cmake/OpenCVUtils.cmake
+0
-1
No files found.
CMakeLists.txt
View file @
df279150
...
...
@@ -62,6 +62,8 @@ endif()
include
(
cmake/OpenCVUtils.cmake
)
ocv_clear_vars
(
OpenCVModules_TARGETS
)
# ----------------------------------------------------------------------------
# Break in case of popular CMake configuration mistakes
# ----------------------------------------------------------------------------
...
...
cmake/OpenCVUtils.cmake
View file @
df279150
...
...
@@ -458,7 +458,6 @@ function(ocv_install_target)
if
(
DEFINED __package
)
list
(
APPEND
${
__package
}
_TARGETS
${
__target
}
)
list
(
REMOVE_DUPLICATES
${
__package
}
_TARGETS
)
set
(
${
__package
}
_TARGETS
"
${${
__package
}
_TARGETS
}
"
CACHE INTERNAL
"List of
${
__package
}
targets"
)
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