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
9e4792af
Commit
9e4792af
authored
Feb 13, 2013
by
Andrey Kamaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add separate status section for java
parent
82313b3f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
31 deletions
+24
-31
CMakeLists.txt
CMakeLists.txt
+24
-31
No files found.
CMakeLists.txt
View file @
9e4792af
...
...
@@ -586,15 +586,16 @@ if(ANDROID)
status
(
" Android ABI:"
${
ANDROID_ABI
}
)
status
(
" STL type:"
${
ANDROID_STL
}
)
status
(
" Native API level:"
android-
${
ANDROID_NATIVE_API_LEVEL
}
)
status
(
" SDK target:"
"
${
ANDROID_SDK_TARGET
}
"
)
android_get_compatible_target
(
android_sdk_target_status
${
ANDROID_NATIVE_API_LEVEL
}
${
ANDROID_SDK_TARGET
}
11
)
status
(
" SDK target:"
"
${
android_sdk_target_status
}
"
)
if
(
BUILD_WITH_ANDROID_NDK
)
status
(
" Android NDK:"
"
${
ANDROID_NDK
}
(toolchain:
${
ANDROID_TOOLCHAIN_NAME
}
)"
)
elseif
(
BUILD_WITH_STANDALONE_TOOLCHAIN
)
status
(
" Android toolchain:"
"
${
ANDROID_STANDALONE_TOOLCHAIN
}
"
)
endif
()
status
(
" android tool:"
ANDROID_EXECUTABLE THEN
"
${
ANDROID_EXECUTABLE
}
(
${
ANDROID_TOOLS_Pkg_Desc
}
)"
ELSE NO
)
status
(
"
ant:"
ANT_EXECUTABLE THEN
"
${
ANT_EXECUTABLE
}
(ver
${
ANT_VERSION
}
)"
ELSE NO
)
status
(
"
Google Play package:"
BUILD_ANDROID_PACKAGE
THEN YES ELSE NO
)
status
(
"
Google Play package:"
BUILD_ANDROID_PACKAGE THEN YES
ELSE NO
)
status
(
"
Android examples:"
BUILD_ANDROID_EXAMPLES AND CAN_BUILD_ANDROID_PROJECTS
THEN YES ELSE NO
)
endif
()
# ========================== GUI ==========================
...
...
@@ -764,29 +765,17 @@ endif(DEFINED WITH_XINE)
status
(
""
)
status
(
" Other third-party libraries:"
)
if
(
DEFINED WITH_IPP
)
if
(
WITH_IPP AND IPP_FOUND
)
status
(
" Use IPP:"
"
${
IPP_LATEST_VERSION_STR
}
[
${
IPP_LATEST_VERSION_MAJOR
}
.
${
IPP_LATEST_VERSION_MINOR
}
.
${
IPP_LATEST_VERSION_BUILD
}
]"
)
status
(
" at:"
"
${
IPP_ROOT_DIR
}
"
)
else
()
status
(
" Use IPP:"
WITH_IPP AND NOT IPP_FOUND THEN
"IPP not found"
ELSE NO
)
endif
()
endif
(
DEFINED WITH_IPP
)
if
(
DEFINED WITH_TBB
)
status
(
" Use TBB:"
HAVE_TBB THEN
"YES (ver
${
TBB_VERSION_MAJOR
}
.
${
TBB_VERSION_MINOR
}
interface
${
TBB_INTERFACE_VERSION
}
)"
ELSE NO
)
endif
(
DEFINED WITH_TBB
)
if
(
DEFINED WITH_CSTRIPES
)
status
(
" Use C=:"
HAVE_CSTRIPES THEN YES ELSE NO
)
endif
(
DEFINED WITH_CSTRIPES
)
if
(
DEFINED WITH_CUDA
)
status
(
" Use Cuda:"
HAVE_CUDA THEN
"YES (ver
${
CUDA_VERSION_STRING
}
)"
ELSE NO
)
endif
(
DEFINED WITH_CUDA
)
if
(
WITH_IPP AND IPP_FOUND
)
status
(
" Use IPP:"
"
${
IPP_LATEST_VERSION_STR
}
[
${
IPP_LATEST_VERSION_MAJOR
}
.
${
IPP_LATEST_VERSION_MINOR
}
.
${
IPP_LATEST_VERSION_BUILD
}
]"
)
status
(
" at:"
"
${
IPP_ROOT_DIR
}
"
)
else
()
status
(
" Use IPP:"
WITH_IPP AND NOT IPP_FOUND THEN
"IPP not found"
ELSE NO
)
endif
()
status
(
" Use TBB:"
HAVE_TBB THEN
"YES (ver
${
TBB_VERSION_MAJOR
}
.
${
TBB_VERSION_MINOR
}
interface
${
TBB_INTERFACE_VERSION
}
)"
ELSE NO
)
status
(
" Use C=:"
HAVE_CSTRIPES THEN YES ELSE NO
)
status
(
" Use Cuda:"
HAVE_CUDA THEN
"YES (ver
${
CUDA_VERSION_STRING
}
)"
ELSE NO
)
status
(
" Use OpenCL:"
HAVE_OPENCL THEN YES ELSE NO
)
status
(
" Use Eigen:"
HAVE_EIGEN THEN
"YES (ver
${
EIGEN_WORLD_VERSION
}
.
${
EIGEN_MAJOR_VERSION
}
.
${
EIGEN_MINOR_VERSION
}
)"
ELSE NO
)
if
(
HAVE_CUDA
)
...
...
@@ -817,7 +806,7 @@ endif()
# ========================== python ==========================
status
(
""
)
status
(
" Python:"
)
status
(
" Interpreter:"
PYTHON_EXECUTABLE
THEN
"
${
PYTHON_EXECUTABLE
}
(ver
${
PYTHON_VERSION_FULL
}
)"
ELSE NO
)
status
(
" Interpreter:"
PYTHON_EXECUTABLE
THEN
"
${
PYTHON_EXECUTABLE
}
(ver
${
PYTHON_VERSION_FULL
}
)"
ELSE NO
)
if
(
BUILD_opencv_python
)
if
(
PYTHONLIBS_VERSION_STRING
)
status
(
" Libraries:"
HAVE_opencv_python THEN
"
${
PYTHON_LIBRARIES
}
(ver
${
PYTHONLIBS_VERSION_STRING
}
)"
ELSE NO
)
...
...
@@ -828,6 +817,15 @@ if(BUILD_opencv_python)
status
(
" packages path:"
PYTHON_EXECUTABLE THEN
"
${
PYTHON_PACKAGES_PATH
}
"
ELSE
"-"
)
endif
()
# ========================== java ==========================
status
(
""
)
status
(
" Java:"
)
status
(
" ant:"
ANT_EXECUTABLE THEN
"
${
ANT_EXECUTABLE
}
(ver
${
ANT_VERSION
}
)"
ELSE NO
)
if
(
NOT ANDROID
)
status
(
" JNI:"
JNI_INCLUDE_DIRS THEN
"
${
JNI_INCLUDE_DIRS
}
"
ELSE NO
)
endif
()
status
(
" Java tests:"
BUILD_TESTS
AND
(
NOT ANDROID OR CAN_BUILD_ANDROID_PROJECTS
)
THEN YES ELSE NO
)
# ========================== documentation ==========================
if
(
BUILD_DOCS
)
status
(
""
)
...
...
@@ -846,12 +844,7 @@ status("")
status
(
" Tests and samples:"
)
status
(
" Tests:"
BUILD_TESTS AND HAVE_opencv_ts THEN YES ELSE NO
)
status
(
" Performance tests:"
BUILD_PERF_TESTS AND HAVE_opencv_ts THEN YES ELSE NO
)
status
(
" Examples:"
BUILD_EXAMPLES THEN YES ELSE NO
)
if
(
ANDROID
)
status
(
" Android tests:"
BUILD_TESTS AND CAN_BUILD_ANDROID_PROJECTS THEN YES ELSE NO
)
status
(
" Android examples:"
BUILD_ANDROID_EXAMPLES AND CAN_BUILD_ANDROID_PROJECTS THEN YES ELSE NO
)
endif
()
status
(
" C/C++ Examples:"
BUILD_EXAMPLES THEN YES ELSE NO
)
# ========================== auxiliary ==========================
status
(
""
)
...
...
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