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
11cd884c
Commit
11cd884c
authored
Apr 27, 2017
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8664 from alalek:fix_build_with_tbb
parents
bfe4e1fe
cdc7f107
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
OpenCVCompilerOptimizations.cmake
cmake/OpenCVCompilerOptimizations.cmake
+1
-0
No files found.
cmake/OpenCVCompilerOptimizations.cmake
View file @
11cd884c
...
...
@@ -587,6 +587,7 @@ macro(ocv_compiler_optimization_process_sources SOURCES_VAR_NAME LIBS_VAR_NAME T
ocv_append_dependant_targets
(
${
TARGET_BASE_NAME
}
${
TARGET_BASE_NAME
}
_
${
OPT
}
)
set_target_properties
(
${
TARGET_BASE_NAME
}
_
${
OPT
}
PROPERTIES COMPILE_DEFINITIONS
"
${
CPU_DISPATCH_DEFINITIONS_
${
OPT
}}
"
)
set_target_properties
(
${
TARGET_BASE_NAME
}
_
${
OPT
}
PROPERTIES COMPILE_FLAGS
"
${
CPU_DISPATCH_FLAGS_
${
OPT
}}
"
)
target_include_directories
(
${
TARGET_BASE_NAME
}
_
${
OPT
}
PRIVATE $<TARGET_PROPERTY:
${
TARGET_BASE_NAME
}
,INCLUDE_DIRECTORIES>
)
#list(APPEND __result_libs ${TARGET_BASE_NAME}_${OPT})
list
(
APPEND __result
"$<TARGET_OBJECTS:
${
TARGET_BASE_NAME
}
_
${
OPT
}
>"
)
else
()
...
...
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