Skip to content

Use CMake imported target for threads library#143

Open
vepadulano wants to merge 1 commit intocern-fts:develfrom
vepadulano:cmake-threads-imported-target
Open

Use CMake imported target for threads library#143
vepadulano wants to merge 1 commit intocern-fts:develfrom
vepadulano:cmake-threads-imported-target

Conversation

@vepadulano
Copy link
Copy Markdown

An imported target is generated by the find_package(Threads) call, as described at https://cmake.org/cmake/help/latest/module/FindThreads.html#imported-targets. Usage of this target fixes the conda-forge distribution when cross-compiling the project, see conda-forge/davix-feedstock#48.

An imported target is generated by the find_package(Threads) call, as described
at https://cmake.org/cmake/help/latest/module/FindThreads.html#imported-targets.
Usage of this target fixes the conda-forge distribution when cross-compiling the
project, see conda-forge/davix-feedstock#48.
@matthewfeickert
Copy link
Copy Markdown

cc @mpatrascoiu for review.

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