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
ff8fe39e
Commit
ff8fe39e
authored
Jul 05, 2011
by
Andrey Kamaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed duplicated compiler flags assignment
parent
4f7a8f6f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
CMakeLists.txt
CMakeLists.txt
+0
-6
OpenCVConfig.cmake.in
OpenCVConfig.cmake.in
+1
-1
No files found.
CMakeLists.txt
View file @
ff8fe39e
...
...
@@ -59,12 +59,6 @@ if(CMAKE_VERBOSE)
set
(
CMAKE_VERBOSE_MAKEFILE 1
)
endif
()
if
(
WIN32
)
if
(
${
CMAKE_GENERATOR
}
MATCHES
"(MinGW)|(MSYS)"
)
set
(
CMAKE_CXX_FLAGS_RELEASE
"-O2 -DNDEBUG"
CACHE STRING
""
)
endif
()
endif
()
# --------------------------------------------------------------
# Indicate CMake 2.7 and above that we don't want to mix relative
# and absolute paths in linker lib lists.
...
...
OpenCVConfig.cmake.in
View file @
ff8fe39e
...
...
@@ -155,7 +155,7 @@ IF (OpenCV_HAVE_ANDROID_CAMERA)
)
endforeach()
endmacro()
ENDIF(
ANDROID
)
ENDIF()
# ======================================================
# Version variables:
...
...
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