Skip to content

[vxl] Fix conflict with Intel libvpl#51516

Merged
BillyONeal merged 1 commit into
microsoft:masterfrom
BillyONeal:fix-vxl-vendored-lib
May 4, 2026
Merged

[vxl] Fix conflict with Intel libvpl#51516
BillyONeal merged 1 commit into
microsoft:masterfrom
BillyONeal:fix-vxl-vendored-lib

Conversation

@BillyONeal

Copy link
Copy Markdown
Member

Merge devendor.diff + openjpeg.diff + (this change)-> devendor-and-conflicts.diff as these are all about conflicts between this and other ports and touch the same areas.

Rename file_formats.diff -> file-formats.diff for consistent -s.

Merge devendor.diff + openjpeg.diff + (this change)-> devendor-and-conflicts.diff as these are all about conflicts between this and other ports and touch the same areas.

Rename file_formats.diff -> file-formats.diff for consistent -s.
@BillyONeal BillyONeal changed the title [vpl] Fix conflict with Intel libvxl [vxl] Fix conflict with Intel libvpl May 3, 2026
@xiaozhuai

Copy link
Copy Markdown
Contributor

Thanks for cleaning up the mess.

if( GEOTIFF_FOUND )
set(VXL_USING_NATIVE_GEOTIFF "YES")
endif()
diff --git a/config/cmake/Modules/FindOpenJPEG2.cmake b/config/cmake/Modules/FindOpenJPEG2.cmake

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This hunk came from openjpeg.diff

USE_HIDDEN_VISIBILITY
)

+set_target_properties(${VXL_LIB_PREFIX}vpl PROPERTIES OUTPUT_NAME vxl_vpl) # avoid conflict with Intel libvpl

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the "meat" of the change

endif()
mark_as_advanced(VXL_MATH_LIBRARY_FOUND)
set_target_properties(openjpeg2 PROPERTIES
+ OUTPUT_NAME vxl_openjpeg

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This hunk came from openjpeg.diff

@BillyONeal BillyONeal merged commit 1349b90 into microsoft:master May 4, 2026
16 checks passed
@BillyONeal BillyONeal deleted the fix-vxl-vendored-lib branch May 4, 2026 18:48
@miyanyan miyanyan mentioned this pull request May 5, 2026
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants