Skip to content

Enable using tblis_ROOT to find external tblis installations#1

Merged
trxcllnt merged 2 commits intotrxcllnt:fea/add-cmakefrom
jjwilke:fea/add-cmake
Jul 26, 2022
Merged

Enable using tblis_ROOT to find external tblis installations#1
trxcllnt merged 2 commits intotrxcllnt:fea/add-cmakefrom
jjwilke:fea/add-cmake

Conversation

@jjwilke
Copy link

@jjwilke jjwilke commented Jul 26, 2022

There doesn't seem to be a way to point to an external tblis installation without the rapids_find_generate_module. This adds the ability to give a tblis_ROOT.

# Makes `target_include_directories()` below work
file(MAKE_DIRECTORY "${tblis_BINARY_DIR}/include")

add_library(tblis::tblis ALIAS tblis)
Copy link
Author

Choose a reason for hiding this comment

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

This should be inside the IF statement since the rapids_find_generate_module will generate the target if found.

@trxcllnt trxcllnt merged commit b247d04 into trxcllnt:fea/add-cmake Jul 26, 2022
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