- 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
-
- 06 Apr, 2016 1 commit
-
-
qiao authored
syntax of cmake "get_filename_component" changed after version 2.8.11 for cmake version < 2.8.11 get_filename_component(<VAR> <FileName> PATH [CACHE]) for cmake version >= 2.8.11 get_filename_component(<VAR> <FileName> DIRECTORY [CACHE]) Update OpenCVConfig.cmake Update OpenCVConfig.cmake.in
-
- 18 Dec, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 17 Dec, 2015 1 commit
-
-
Vincent Rabaud authored
If I ask for version 2, the current trunk version (version 3), will say it is compatible, which is erroneous. Do not consider different major versions compatible in cmake config file
-
- 12 Dec, 2015 1 commit
-
-
Alexander Alekhin authored
some tutorials depends on contrib modules
-
- 17 Jun, 2015 1 commit
-
-
Ruslan Baratov authored
With this fix there is no need to add includes by using `include_directories(${OpenCV_INCLUDE_DIRS})`. Directory will be added by command `target_link_libraries(... ${OpenCV_LIBS})` automatically.
-
- 02 Jun, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 24 Apr, 2015 1 commit
-
-
Alexander Nitsch authored
The use of built-in CMAKE_CURRENT_LIST_DIR requires at least CMake 2.8.3. This fix properly defines the variable to allow its use in versions < 2.8.3 as well. Fixes issue #4205. Exclude >= 2.8.3 from reimplementation of CMAKE_CURRENT_LIST_DIR This avoids violation of possible future CMake policy checks regarding reserved/read-only variables.
-
- 10 Apr, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 31 Mar, 2015 1 commit
-
-
Roman Donchenko authored
This retains the desirable quality of not including paths to CUDA libraries from the build system into the config files, and has two major advantages: * It removes the need to use link_directories, which doesn't guarantee that the libraries from the supplied directory will be used (there may be libraries with the same names earlier in the search path). * It removes the need to put -L entries into OPENCV_LINKER_LIBS. This variable is used with target_link_libraries, where such entries are treated as linker flags, so doing this is unportable. I remove the support for -L entries from OpenCVGenPkgconfig.cmake, as well, to discourage adding them in the future.
-
- 30 Mar, 2015 1 commit
-
-
Roman Donchenko authored
There's no reason to do it twice.
-
- 22 Feb, 2015 2 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 20 Feb, 2015 1 commit
-
-
Alexander Nitsch authored
This avoids violation of possible future CMake policy checks regarding reserved/read-only variables.
-
- 19 Feb, 2015 1 commit
-
-
Alexander Nitsch authored
The use of built-in CMAKE_CURRENT_LIST_DIR requires at least CMake 2.8.3. This fix properly defines the variable to allow its use in versions < 2.8.3 as well. Fixes issue #4205.
-
- 17 Nov, 2014 1 commit
-
-
Philipp Hasper authored
-
- 11 Nov, 2014 1 commit
-
-
Michae Gharbi authored
This line causes the following error when building custom projects that use OpenCV beta 3: ld: warning: directory not found for option '-L/<project_root>/-Wl,/usr/local/cuda'
-
- 28 Oct, 2014 1 commit
-
-
Jose-Luis Blanco-Claraco authored
"TRUE"/"FALSE" should not be used as literals, as CMake has to decide whether they are literals or variable names (sigh). This patch should make it work with any version of CMake and with any user-side decision on old vs. new policy behavior.
-
- 02 Sep, 2014 2 commits
-
-
Vladislav Vinogradov authored
(cherry picked from commit 67b562d5)
-
Alexander Smorkalov authored
(cherry picked from commit e8376c78)
-
- 05 Aug, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 14 Jul, 2014 1 commit
-
-
vbystricky authored
-
- 13 May, 2014 1 commit
-
-
Vladislav Vinogradov authored
-
- 12 May, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 07 May, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 28 Mar, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 17 Mar, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 19 Nov, 2013 3 commits
-
-
Roman Donchenko authored
After #1801, the include directories are no longer added automatically, so we should show the user how to do that.
-
Roman Donchenko authored
This is the preferred style nowadays, and more consistent with the rest of the code.
-
- 15 Nov, 2013 1 commit
-
-
Roman Donchenko authored
Epoch is gone; now the version component names in C++ and CMake are consistent (except REVISION corresponds to PATCH).
-
- 14 Nov, 2013 2 commits
-
-
Vincent Rabaud authored
This is something that should be left to the user, that's the whole point of OpenCV_INCLUDE_DIRS.
-
Vincent Rabaud authored
-
- 13 Nov, 2013 2 commits
-
-
Vincent Rabaud authored
-
-
- 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).
-