Skip to content

build: minor changes for cmake 3.30 and some cleanup#26105

Merged
asmorkalov merged 1 commit intoopencv:4.xfrom
mshabunin:fix-cmake-3.30
Sep 4, 2024
Merged

build: minor changes for cmake 3.30 and some cleanup#26105
asmorkalov merged 1 commit intoopencv:4.xfrom
mshabunin:fix-cmake-3.30

Conversation

@mshabunin
Copy link
Copy Markdown
Contributor

  • resolves enable_language() is called prior project() in root CMakeLists.txt #26099 - do not use enable_language
  • removed some older code which seem to be unnecessary for modern systems (changes in CMAKE_LIBRARY_PATH/CMAKE_INCLUDE_PATH)
  • use correct GIT_EXECUTABLE in ocv_init_download_mirror
  • moved CMAKE_SIZEOF_VOID_P zero check to appropriate location (DetectCXXCompiler.cmake)

@asmorkalov asmorkalov added this to the 4.11.0 milestone Sep 4, 2024
@asmorkalov asmorkalov self-assigned this Sep 4, 2024
@asmorkalov asmorkalov merged commit 76f495d into opencv:4.x Sep 4, 2024
@mshabunin mshabunin deleted the fix-cmake-3.30 branch September 4, 2024 07:52
@asmorkalov asmorkalov mentioned this pull request Sep 10, 2024
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.

enable_language() is called prior project() in root CMakeLists.txt

2 participants