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
100c2dd9
Commit
100c2dd9
authored
Apr 01, 2015
by
Vadim Pisarevsky
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3852 from renko:multithread_cl_not_studio_generator
parents
d948b2a2
58c91356
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
OpenCVCompilerOptions.cmake
cmake/OpenCVCompilerOptions.cmake
+5
-0
No files found.
cmake/OpenCVCompilerOptions.cmake
View file @
100c2dd9
...
...
@@ -257,6 +257,11 @@ if(MSVC)
endif
()
endif
()
if
(
MSVC12 AND NOT CMAKE_GENERATOR MATCHES
"Visual Studio"
)
set
(
OPENCV_EXTRA_C_FLAGS
"
${
OPENCV_EXTRA_C_FLAGS
}
/FS"
)
set
(
OPENCV_EXTRA_CXX_FLAGS
"
${
OPENCV_EXTRA_CXX_FLAGS
}
/FS"
)
endif
()
# Extra link libs if the user selects building static libs:
if
(
NOT BUILD_SHARED_LIBS
AND
((
CMAKE_COMPILER_IS_GNUCXX AND NOT ANDROID
)
OR QNX
))
# Android does not need these settings because they are already set by toolchain file
...
...
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