You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Misty De Meo
e143706ef9
Fix ant/Java detection in cmake scripts
...
Mac OS X 10.7 and newer don't come with Java installed. They do
include some stub binaries, which ask the user if they want to
install Java when run.
OpenCV's cmake script just checks for the existence of an ant
binary and assumes that Java's available if ant is. As a result,
cmake will configure the build to use Java and it will fail once
it tries to compile the Java bindings.
This fixes the issue by checking for the exit status of
`ant -version` - it exits 0 if Java is installed, or 1
otherwise.(cherry picked from commit a423afddc1
)
12 years ago
..
templates
Avoid build falure in armeabi build with Android SDK
12 years ago
CMakeParseArguments.cmake
minor fix in FindTBB
12 years ago
OpenCVCRTLinkage.cmake
Disabled BUILD_WITH_DEBUG_INFO flag for MSCV. Now debug info is included in debug configuration
13 years ago
OpenCVCompilerOptions.cmake
Fix build warnings on MSVC x64 and OS X clang
12 years ago
OpenCVConfig.cmake
Advance version number to 2.4.3-rc
12 years ago
OpenCVDetectAndroidSDK.cmake
Base for Native Activity example added.
12 years ago
OpenCVDetectApacheAnt.cmake
Fix ant/Java detection in cmake scripts
12 years ago
OpenCVDetectCStripes.cmake
fixed C= detection script
12 years ago
OpenCVDetectCUDA.cmake
add CUDA_GENERATION macro
12 years ago
OpenCVDetectCXXCompiler.cmake
Fix build warnings on MSVC x64 and OS X clang
12 years ago
OpenCVDetectCudaArch.cu
add CUDA_GENERATION macro
12 years ago
OpenCVDetectOpenCL.cmake
fix amdFft and amdBlas path
12 years ago
OpenCVDetectPython.cmake
Honor 2-digit python version
12 years ago
OpenCVDetectTBB.cmake
TBB download and build option enabled for non Android platfroms.
12 years ago
OpenCVExtraTargets.cmake
Drop outdated targets and fix solution folders
12 years ago
OpenCVFindIPP.cmake
fixed detection of IPP 7.1 (patch #2413 : thanks to Gino van den Bergen!)
12 years ago
OpenCVFindLATEX.cmake
Started top-level CMakeLists.txt file reorganization: cmake scripts are moved to separate folder; refactored BUILD_*, INSTALL_*, ENABLE_*, USE_*, WITH_* options.
13 years ago
OpenCVFindLibsGUI.cmake
Moved 3rd-party libraries detection to separate cmake files
13 years ago
OpenCVFindLibsGrfmt.cmake
enabled png and jpeg for iOS
12 years ago
OpenCVFindLibsPerf.cmake
Detect and report parallel framework used
12 years ago
OpenCVFindLibsVideo.cmake
Don't check for EINTR and replace xioctl with ioctl
12 years ago
OpenCVFindOpenEXR.cmake
Normalize line endings and whitespace
12 years ago
OpenCVFindOpenNI.cmake
Normalize line endings and whitespace
12 years ago
OpenCVFindPkgConfig.cmake
Started top-level CMakeLists.txt file reorganization: cmake scripts are moved to separate folder; refactored BUILD_*, INSTALL_*, ENABLE_*, USE_*, WITH_* options.
13 years ago
OpenCVFindXimea.cmake
Normalize line endings and whitespace
12 years ago
OpenCVGenAndroidMK.cmake
Bug #2821 Installation of OpenCV modules breaks build on MIPS Android fixed.
12 years ago
OpenCVGenConfig.cmake
Fix OpenCVConfig.cmake generated for Android platform (issue #2496 )
12 years ago
OpenCVGenHeaders.cmake
Fixed linux and android install
13 years ago
OpenCVGenPkgconfig.cmake
Fixed linux and android install
13 years ago
OpenCVLegacyOptions.cmake
Refactored cmake for 3rdparty libs
13 years ago
OpenCVModule.cmake
Drop outdated targets and fix solution folders
12 years ago
OpenCVPCHSupport.cmake
Add support for Android NDK r8d
12 years ago
OpenCVUtils.cmake
Detect version of clang compiler
12 years ago
OpenCVVersion.cmake
Consistently use 4-digit library version
12 years ago
cl2cpp.cmake
discard comments in kernels.cpp
12 years ago