Skip to content

Conversation

BillyONeal
Copy link
Contributor

DuckDBConfig.cmake.in:

  • Ensure that Threads::Threads is available with find_dependency, as it is unconditionally used:

    find_package(Threads REQUIRED)

  • If external ICU is selected, ensure that its targets are available.

extension\icu\CMakeLists.txt: Add missing uc component; followup from #16176

DuckDBConfig.cmake.in:

* Ensure that Threads::Threads is available with find_dependency, as it is unconditionally used: https://github.com/duckdb/duckdb/blob/60c94425622338fc47ffcd646dd5181f734d364d/CMakeLists.txt#L25

* If external ICU is selected, ensure that its targets are available.

extension\icu\CMakeLists.txt: Add missing uc component.
REQUIRED)
target_link_libraries(icu_extension ICU::i18n)
target_link_libraries(icu_extension ICU::i18n ICU::uc)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It looks like this was missed because we forgot to set WITH_INTERNAL_ICU=OFF :)

@Mytherin Mytherin merged commit 2a5830f into duckdb:main Feb 12, 2025
47 checks passed
@Mytherin
Copy link
Collaborator

Thanks!

@BillyONeal BillyONeal deleted the find-dependency branch February 12, 2025 18:03
Antonov548 added a commit to Antonov548/duckdb-r that referenced this pull request Feb 27, 2025
Parquet Writer Cleanup: Move ColumnWriters to separate files  (duckdb/duckdb#16202)
Concurrency groups for R and Wasm (duckdb/duckdb#16201)
Ensure that dependent targets are present after find_package. (duckdb/duckdb#16197)
Bump Julia (duckdb/duckdb#16199)
krlmlr pushed a commit to duckdb/duckdb-r that referenced this pull request Mar 5, 2025
Parquet Writer Cleanup: Move ColumnWriters to separate files  (duckdb/duckdb#16202)
Concurrency groups for R and Wasm (duckdb/duckdb#16201)
Ensure that dependent targets are present after find_package. (duckdb/duckdb#16197)
Bump Julia (duckdb/duckdb#16199)
krlmlr added a commit to duckdb/duckdb-r that referenced this pull request May 15, 2025
Parquet Writer Cleanup: Move ColumnWriters to separate files  (duckdb/duckdb#16202)
Concurrency groups for R and Wasm (duckdb/duckdb#16201)
Ensure that dependent targets are present after find_package. (duckdb/duckdb#16197)
Bump Julia (duckdb/duckdb#16199)
krlmlr added a commit to duckdb/duckdb-r that referenced this pull request May 15, 2025
Parquet Writer Cleanup: Move ColumnWriters to separate files  (duckdb/duckdb#16202)
Concurrency groups for R and Wasm (duckdb/duckdb#16201)
Ensure that dependent targets are present after find_package. (duckdb/duckdb#16197)
Bump Julia (duckdb/duckdb#16199)
krlmlr added a commit to duckdb/duckdb-r that referenced this pull request May 17, 2025
Parquet Writer Cleanup: Move ColumnWriters to separate files  (duckdb/duckdb#16202)
Concurrency groups for R and Wasm (duckdb/duckdb#16201)
Ensure that dependent targets are present after find_package. (duckdb/duckdb#16197)
Bump Julia (duckdb/duckdb#16199)
krlmlr added a commit to duckdb/duckdb-r that referenced this pull request May 18, 2025
Parquet Writer Cleanup: Move ColumnWriters to separate files  (duckdb/duckdb#16202)
Concurrency groups for R and Wasm (duckdb/duckdb#16201)
Ensure that dependent targets are present after find_package. (duckdb/duckdb#16197)
Bump Julia (duckdb/duckdb#16199)
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