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
08d3dcc7
Commit
08d3dcc7
authored
Jul 01, 2011
by
Ethan Rublee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor edits to cmake.
parent
38b5d4ec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
8 deletions
+3
-8
CMakeLists.txt
CMakeLists.txt
+1
-6
CMakeLists.txt
modules/highgui/CMakeLists.txt
+2
-2
No files found.
CMakeLists.txt
View file @
08d3dcc7
...
...
@@ -39,7 +39,6 @@ set(CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL "" CACHE INTERNAL "" FORCE)
set
(
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
""
CACHE INTERNAL
""
FORCE
)
set
(
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
""
CACHE INTERNAL
""
FORCE
)
set
(
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
""
CACHE INTERNAL
""
FORCE
)
set
(
CMAKE_VERBOSE OFF CACHE BOOL
"Verbose mode"
)
if
(
CMAKE_VERBOSE
)
set
(
CMAKE_VERBOSE_MAKEFILE 1
)
...
...
@@ -403,7 +402,7 @@ endif()
set
(
WITH_TBB OFF CACHE BOOL
"Include Intel TBB support"
)
set
(
WITH_IPP OFF CACHE BOOL
"Include Intel IPP support"
)
set
(
WITH_EIGEN ON CACHE BOOL
"Include Eigen2/Eigen3 support"
)
set
(
WITH_CUDA O
FF
CACHE BOOL
"Include NVidia Cuda Runtime support"
)
set
(
WITH_CUDA O
N
CACHE BOOL
"Include NVidia Cuda Runtime support"
)
set
(
WITH_OPENNI OFF CACHE BOOL
"Include OpenNI support"
)
...
...
@@ -922,8 +921,6 @@ if(WITH_CUDA)
unset
(
CUDA_ARCH_BIN CACHE
)
unset
(
CUDA_ARCH_PTX CACHE
)
endif
()
else
()
set
(
HAVE_CUDA 0
)
endif
()
...
...
@@ -1020,7 +1017,6 @@ include_directories("."
# ----------------------------------------------------------------------------
# Should be set to true for development
set
(
OPENCV_WARNINGS_ARE_ERRORS OFF CACHE BOOL
"Treat warnings as errors"
)
if
(
WIN32 AND
${
CMAKE_GENERATOR
}
MATCHES
"(MinGW)|(MSYS)"
)
set
(
CMAKE_CXX_FLAGS_RELEASE
"-O2 -DNDEBUG"
CACHE STRING
""
)
endif
()
...
...
@@ -1234,7 +1230,6 @@ configure_file("${CMAKE_CURRENT_SOURCE_DIR}/OpenCVConfig-version.cmake.in" "${CM
# -------------------------------------------------------------------------------------------
set
(
CMAKE_INCLUDE_DIRS_CONFIGCMAKE
"
\"\$
{OpenCV_INSTALL_PATH}/
${
OPENCV_INCLUDE_PREFIX
}
/opencv"
"
\$
{OpenCV_INSTALL_PATH}/
${
OPENCV_INCLUDE_PREFIX
}
\"
"
)
set
(
CMAKE_OPENCV2_INCLUDE_DIRS_CONFIGCMAKE
""
)
if
(
ANDROID
)
set
(
CMAKE_LIB_DIRS_CONFIGCMAKE
"
\"\$
{OpenCV_INSTALL_PATH}/libs/
\$
{ARMEABI_NDK_NAME}
\"
"
)
...
...
modules/highgui/CMakeLists.txt
View file @
08d3dcc7
...
...
@@ -362,8 +362,8 @@ endif()
install
(
TARGETS
${
the_target
}
RUNTIME DESTINATION bin COMPONENT main
LIBRARY DESTINATION
${
OPENCV_LIB_INSTALL_PATH
}
COMPONENT main
ARCHIVE DESTINATION
${
OPENCV_LIB_INSTALL_PATH
}
COMPONENT main
)
LIBRARY DESTINATION
lib
COMPONENT main
ARCHIVE DESTINATION
lib
COMPONENT main
)
install
(
FILES
${
highgui_ext_hdrs
}
DESTINATION
${
OPENCV_INCLUDE_PREFIX
}
/opencv2/highgui
...
...
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