Replies: 1 comment
-
Pinging @chapman39 and @white238 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm adding Enzyme as a TPL and I've noticed that the
ENZYME_DIR
defined in the host config file does not match the directory found byfind_dependency()
for my install. Looking at the search order, it looks likePATHS "${ENZYME_DIR}"
is the 4th option used to find this package. Does it make sense to switch our TPLs inSetupSeracThirdParty.cmake
to use<PACKAGE>_ROOT
instead, which appears to be the first option?Beta Was this translation helpful? Give feedback.
All reactions