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
44459301
Commit
44459301
authored
Jun 30, 2017
by
jqly
Committed by
GitHub
Jun 30, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a fix for open issue 4772
parent
a84a5e8f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
OpenCVCompilerOptions.cmake
cmake/OpenCVCompilerOptions.cmake
+3
-1
No files found.
cmake/OpenCVCompilerOptions.cmake
View file @
44459301
...
...
@@ -248,7 +248,9 @@ endif()
# Extra link libs if the user selects building static libs:
if
(
NOT BUILD_SHARED_LIBS AND CMAKE_COMPILER_IS_GNUCXX AND NOT ANDROID
)
# Android does not need these settings because they are already set by toolchain file
set
(
OPENCV_LINKER_LIBS
${
OPENCV_LINKER_LIBS
}
stdc++
)
if
(
NOT MINGW
)
set
(
OPENCV_LINKER_LIBS
${
OPENCV_LINKER_LIBS
}
stdc++
)
endif
()
set
(
OPENCV_EXTRA_FLAGS
"-fPIC
${
OPENCV_EXTRA_FLAGS
}
"
)
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