Open Source Computer Vision Library
Go to file
Misty De Meo a423afddc1 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.
2013-03-22 11:18:42 -05:00
3rdparty Merge pull request #690 from berak:master 2013-03-22 19:35:17 +04:00
android Merge branch '2.4' 2013-03-21 23:11:54 +04:00
apps Move non-CV functionality from core.hpp to separate utility.hpp header 2013-03-20 17:56:06 +04:00
cmake Fix ant/Java detection in cmake scripts 2013-03-22 11:18:42 -05:00
data Merge release 2.4.4 2013-03-04 19:43:49 +04:00
doc Merge pull request #653 from jbohren-forks:master 2013-03-18 13:10:25 +04:00
include Move non-CV functionality from core.hpp to separate utility.hpp header 2013-03-20 17:56:06 +04:00
ios another fix to make OpenCV more friendly for iOS developers. We now use libc++ instead of libstdc++ and clang instead of gcc to build opencv2.framework. 2012-11-01 18:15:48 +04:00
modules Merge pull request #680 from vpisarev:c2cpp_video_take2 2013-03-22 19:34:53 +04:00
platforms Merge branch '2.4' 2013-02-18 15:35:42 +04:00
samples Merge pull request #680 from vpisarev:c2cpp_video_take2 2013-03-22 19:34:53 +04:00
.gitattributes Revise git attributes 2013-02-28 03:18:54 +04:00
.gitignore Changed the file .gitignore 2012-08-28 17:46:45 +04:00
CMakeLists.txt Merge branch '2.4' 2013-03-21 23:11:54 +04:00
index.rst adding OpenCV Manager 2012-06-21 14:50:05 +00:00
README updating README content 2012-07-24 17:59:55 +04:00

OpenCV: open source computer vision library

Homepage:    http://opencv.org
Online docs: http://docs.opencv.org
Q&A forum:   http://answers.opencv.org
Dev zone:    http://code.opencv.org