]> rtime.felk.cvut.cz Git - opencv.git/commit
Resolve (missing -fPIC option) Linux compile error when using the Intel icc/icpc...
authorsc_sd <sc_sd@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Thu, 18 Feb 2010 08:36:44 +0000 (08:36 +0000)
committersc_sd <sc_sd@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Thu, 18 Feb 2010 08:36:44 +0000 (08:36 +0000)
commit0a4591bc365caff9136360b1913cf70886bd75b9
tree2688c2f2bd8d94b7b371c9a621d2c933ac60bb1a
parent4da76bee2dae264000ec05df46013f102a3576b4
Resolve (missing -fPIC option) Linux compile error  when using the Intel icc/icpc compiler.
When compiling the 3rdparty static ( .a ) libs, the -fPIC option needs to be used to avoid a compile error that occurs when the core OpenCV libs link against the 3rdparty (.a) static libs.
This check-in resolves ticket #125.
The files modified are the main CMakeLists.txt; the 3rdparty CmakeLists.txt files and cxtypes.h

git-svn-id: https://code.ros.org/svn/opencv/trunk@2701 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08
opencv/3rdparty/flann/CMakeLists.txt
opencv/3rdparty/lapack/CMakeLists.txt
opencv/3rdparty/libjasper/CMakeLists.txt
opencv/3rdparty/libjpeg/CMakeLists.txt
opencv/3rdparty/libpng/CMakeLists.txt
opencv/3rdparty/libtiff/CMakeLists.txt
opencv/3rdparty/zlib/CMakeLists.txt
opencv/CMakeLists.txt
opencv/include/opencv/cxtypes.h