]> rtime.felk.cvut.cz Git - opencv.git/commit
First try to enable OpenCV compiled as static libs.
authorjlblanco <jlblanco@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Sat, 19 Dec 2009 22:32:17 +0000 (22:32 +0000)
committerjlblanco <jlblanco@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Sat, 19 Dec 2009 22:32:17 +0000 (22:32 +0000)
commit03948f94269e26f012ed7b3140ba6c1c69f2d8bd
tree2f14e44df1448a0db8cd0f8b17800075b6d4ef5c
parentdd1a2277ee698a0af6cee4a65fb0b0fadc448400
First try to enable OpenCV compiled as static libs.
Select BUILD_SHARED_LIBS to OFF. The default is ON, for backwards compatibility.
It works under Linux+GCC: opencv builds and the samples/c/example_cmake example compiles as well.

git-svn-id: https://code.ros.org/svn/opencv/trunk@2461 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08
12 files changed:
opencv/3rdparty/flann/CMakeLists.txt
opencv/CMakeLists.txt
opencv/OpenCVConfig.cmake.in
opencv/cvconfig.h.cmake
opencv/interfaces/ffopencv/CMakeLists.txt
opencv/interfaces/python/CMakeLists.txt
opencv/src/cv/CMakeLists.txt
opencv/src/cvaux/CMakeLists.txt
opencv/src/cxcore/CMakeLists.txt
opencv/src/highgui/CMakeLists.txt
opencv/src/ml/CMakeLists.txt
opencv/tests/cxts/CMakeLists.txt