Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@alalek
Copy link
Member

@alalek alalek commented Mar 27, 2018

  • do not amend CMake variables
  • Recommended compiler checks:
    - GCC: CV_GCC
    - Clang: CV_CLANG
  • fixed problem with CMAKE_CXX_COMPILER_ID=Clang/AppleClang mess on MacOSX (STREQUAL -> MATCHES)
    Details: cmake --help-policy CMP0025
  • do not declare Clang as GCC compiler

related #8923 (part 2)

- Recommended compiler checks:
  - GCC: CV_GCC
  - Clang: CV_CLANG
- fixed problem with CMAKE_CXX_COMPILER_ID=Clang/AppleClang mess on MacOSX
  Details: cmake --help-policy CMP0025
- do not declare Clang as GCC compiler
@vpisarev vpisarev self-assigned this Mar 28, 2018
@vpisarev
Copy link
Contributor

looks good! 👍

@opencv-pushbot opencv-pushbot merged commit 08941b7 into opencv:master Mar 28, 2018
seiko2plus added a commit to seiko2plus/opencv that referenced this pull request Apr 11, 2018
 * remove unnecessary defines from vsx_utils
 * fix v_load_expand, load lower 64bit
 * use vec_ld, vec_st with alignment load/store on all types except 64bit
 * map v_extract to v_rotate_right
 * update license header
 * enable VSX by default on clang since opencv#11167
FantasqueX added a commit to FantasqueX/opencv that referenced this pull request Dec 26, 2023
Two CMake variable are marked as deprecated and "#TODO next release:
remove this". It is introduced in opencv#11167
which is before the release of 4.0. Since it's deprecated almost six
years ago, I think it's OK to remove them.
FantasqueX added a commit to FantasqueX/opencv that referenced this pull request Dec 27, 2023
CMake variable `CMAKE_COMPILER_IS_CCACHE` is marked as deprecated and "# FIXIT Avoid setting of CMAKE_ variables". It is introduced in opencv#11167 which is before the release of 4.0. Since it's deprecated almost six years ago, I think it's OK to remove them.

Related: opencv#24771
thewoz pushed a commit to thewoz/opencv that referenced this pull request May 29, 2024
Two CMake variable are marked as deprecated and "#TODO next release:
remove this". It is introduced in opencv#11167
which is before the release of 4.0. Since it's deprecated almost six
years ago, I think it's OK to remove them.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants