Skip to content

Add missing CMake library alias#326

Open
HexDecimal wants to merge 1 commit intoJuliaStrings:masterfrom
HexDecimal:cmake-alias
Open

Add missing CMake library alias#326
HexDecimal wants to merge 1 commit intoJuliaStrings:masterfrom
HexDecimal:cmake-alias

Conversation

@HexDecimal
Copy link

Without this, target_link_libraries(${PROJECT_NAME} PRIVATE utf8proc::utf8proc) only works with find_package and not with add_subdirectory. This is needed for FetchContent to work optimally.

Without this, `target_link_libraries(${PROJECT_NAME} PRIVATE utf8proc::utf8proc)` only works with `find_package` and not with `add_subdirectory`.
This is needed for `FetchContent` to work optimally.
@stevengj
Copy link
Member

stevengj commented Jan 5, 2026

Seems fine to me.

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.

2 participants