- 25 Apr, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 22 Jun, 2016 1 commit
-
-
Alexander Alekhin authored
CPack can't work with absolute paths.
-
- 20 Jun, 2016 1 commit
-
-
Alexander Alekhin authored
- removed OpenCV_LIB_DIR* vars (they are broken and not required anymore) - OpenCVConfig.cmake doesn't contain ANDROID/CUDA code if there is no such support - removed OpenCV2_INCLUDE_DIRS_CONFIGCMAKE, merged into OpenCV_INCLUDE_DIRS_CONFIGCMAKE - fix hard-coded relative paths for OpenCV_INSTALL_PATH - removed OpenCV_TBB_ARCH - switch OpenCVConfig.cmake into 2-level mode for Android SDK
-
- 19 Mar, 2016 1 commit
-
-
Xiaolei Yu authored
-
- 12 Dec, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 19 Apr, 2015 1 commit
-
-
Roman Donchenko authored
Absolute destinations are not necessary, and prevent CPack from working. (cherry picked from commit 0387f8ad)
-
- 13 Mar, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 10 Feb, 2015 1 commit
-
-
Roman Donchenko authored
Absolute destinations are not necessary, and prevent CPack from working.
-
- 30 Sep, 2014 1 commit
-
-
xantares authored
-
- 07 May, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 29 Jan, 2014 1 commit
-
-
Roman Donchenko authored
It's not documented, and it does nothing unless CMake 2.0 compatibility is enabled (and it isn't): https://github.com/Kitware/CMake/blob/v2.6.0/Source/cmConfigureFileCommand.cxx
-
- 24 Jan, 2014 1 commit
-
-
Alexander Smorkalov authored
(cherry picked from commit b75cbfde) Conflicts: cmake/OpenCVModule.cmake
-
- 21 Jan, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 18 Nov, 2013 1 commit
-
-
Roman Donchenko authored
If it's followed by a slash and OpenCV_INSTALL_BINARIES_PREFIX is empty, then the resulting path becomes absolute. Fixes <http://code.opencv.org/issues/3350>.
-
- 25 Oct, 2013 2 commits
-
-
Roman Donchenko authored
-
Alexander Alekhin authored
-
- 15 Oct, 2013 1 commit
-
-
Alexander Alekhin authored
-
- 09 Oct, 2013 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Allow to build samples via OpenCV binaries from distribution package (find_package with OpenCV_DIR).
-
- 04 Aug, 2013 1 commit
-
-
Philippe FOUBERT authored
Solve the problem seen when using recent versions of CMake (such as 2.8.11): OpenCVConfig.cmake violates the policy CMP0004. Symptoms: CMake Error at CMakeLists.txt:10 (add_executable): Target "my_app" links to item "C:/Program Files " which has leading or trailing whitespace. This is now an error according to policy CMP0004. This problem occurs when building on Windows when we depend on libraries located (for example) in "C:\Program Files (x86)..."
-
- 27 May, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 27 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
* fix path to libraries in Android SDK * allow to link to opencv_java.so as Android.mk does To link to opencv_java.so you can either change your cmake to find OpenCV as find_package(OpenCV opencv_java) or pass -DOpenCV_FIND_COMPONENTS=opencv_java to your cmake command
-
- 08 Oct, 2012 1 commit
-
-
cuda_geek authored
-
- 20 Aug, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 28 Jun, 2012 1 commit
-
-
Marina Kolpakova authored
-
- 27 Jun, 2012 2 commits
-
-
Andrey Kamaev authored
-
Andrey Pavlenko authored
-
- 18 May, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 02 May, 2012 1 commit
-
-
Marina Kolpakova authored
-
- 28 Mar, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 11 Mar, 2012 1 commit
-
-
Andrey Morozov authored
-
- 27 Feb, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 19 Feb, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 16 Feb, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 09 Feb, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 06 Feb, 2012 1 commit
-
-
Andrey Kamaev authored
Better variant of OpenCVConfig.cmake generation; several smaller changes in the options section and Android build scripts
-
- 03 Feb, 2012 1 commit
-
-
Andrey Kamaev authored
[~] Automatically tracked dependencies between modules [+] Support for optional module dependencies [+] Options to choose modules to build [~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk [+] Added COMPONENTS support for FIND_PACKAGE(OpenCV) [~] haartraining and traincascade are moved outside of modules folder since they aren't the modules
-