Skip to content

Add missing CMake library alias#326

Merged
eschnett merged 1 commit into
JuliaStrings:masterfrom
HexDecimal:cmake-alias
May 15, 2026
Merged

Add missing CMake library alias#326
eschnett merged 1 commit into
JuliaStrings:masterfrom
HexDecimal:cmake-alias

Conversation

@HexDecimal
Copy link
Copy Markdown
Contributor

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
Copy Markdown
Member

stevengj commented Jan 5, 2026

Seems fine to me.

@Wirtos
Copy link
Copy Markdown

Wirtos commented May 15, 2026

This is approved long ago but not pushed?
Created a similar PR myself but just noticed this one already exists and was approved.

@eschnett eschnett merged commit 060824d into JuliaStrings:master May 15, 2026
12 checks passed
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.

4 participants